Re: RangeTblEntry.inh vs. RTE_SUBQUERY
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: Peter Eisentraut <peter@eisentraut.org>,
Dean Rasheed <dean.a.rasheed@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-02-29T19:47:12Z
Lists: pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes: > On 2024-Feb-29, Tom Lane wrote: >> I agree that perminfoindex seems to have suffered from add-at-the-end >> syndrome, and if we do touch the field order you made an improvement >> there. (BTW, who thought they needn't bother with a comment for >> perminfoindex?) > There is a comment for it, or at least a61b1f74823c added one, though > not immediately adjacent. I do see that it's now further away than it > was. Perhaps we could add /* index of RTEPermissionInfo entry, or 0 */ > to the line. That'd be enough for me. regards, tom lane
Commits
-
Fix description and grouping of RangeTblEntry.inh
- 6d470211e54f 17.0 landed
-
Improve field order in RangeTblEntry
- e03349144b00 17.0 landed