pgsql: Add missing RangeTblEntry field to jumble
Started by Peter Eisentrautover 2 years ago1 messagescomitters
Add missing RangeTblEntry field to jumble
RangeTblEntry.funcordinality should be jumbled, because the WITH
ORDINALITY clause changes the query result.
This was apparently an oversight in the past.
Discussion: /messages/by-id/d7f421f8-fd6d-4759-adc3-247090a5d44b@eisentraut.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/8b29a119fdaa381d6f75105f539b1e658c0f8cdb
Modified Files
--------------
src/backend/nodes/queryjumblefuncs.c | 1 +
1 file changed, 1 insertion(+)