Re: RangeTblEntry jumble omissions
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Michael Paquier <michael@paquier.xyz>, Tom Lane <tgl@sss.pgh.pa.us>
Cc: Julien Rouhaud <rjuju123@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-02-29T13:14:20Z
Lists: pgsql-hackers
On 26.02.24 02:08, Michael Paquier wrote: > On Fri, Feb 23, 2024 at 06:52:54PM -0500, Tom Lane wrote: >> Julien Rouhaud <rjuju123@gmail.com> writes: >>> On Fri, Feb 23, 2024 at 04:26:53PM +0100, Peter Eisentraut wrote: >>>> - funcordinality >>>> This was probably just forgotten. It should be included because the WITH >>>> ORDINALITY clause changes the query result. >> >>> Agreed. >> >> Seems OK. > > +1. Ok, I have added funcordinality for the RTE_FUNCTION case, and left the others alone.
Commits
-
Add missing RangeTblEntry field to jumble
- 8b29a119fdaa 17.0 landed