Re: Mention ordered datums in PartitionBoundInfoData comment
Julien Rouhaud <rjuju123@gmail.com>
From: Julien Rouhaud <rjuju123@gmail.com>
To: Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2017-12-05T05:50:23Z
Lists: pgsql-hackers
On Tue, Dec 5, 2017 at 5:48 AM, Ashutosh Bapat <ashutosh.bapat@enterprisedb.com> wrote: > Hi, > Hi, > Julien Rouhaund, who has proposed a patch for partition-wise ordering > mentioned to me offlist that the comments for PartitionBoundInfoData > do not mention the fact that the datums in datums array are ordered. I > think that's important to mention there. So here's patch to do that. > Thanks for the patch! I agree this should mentioned in the comment. small typo: + * PartitionBoundInfoData structures for two partitioned table with exactly same should be "tables".
Commits
-
Improve comment about PartitionBoundInfoData.
- 01a0ca1bed02 11.0 landed