Add missing RangeTblEntry field to jumble
authorPeter Eisentraut <[email protected]>
Thu, 29 Feb 2024 13:05:56 +0000 (14:05 +0100)
committerPeter Eisentraut <[email protected]>
Thu, 29 Feb 2024 13:09:09 +0000 (14:09 +0100)
commit8b29a119fdaa381d6f75105f539b1e658c0f8cdb
tree9e8862e82a4f854f9cab7bcc3fe2b6519d2c8847
parent362de947cd7e8c826d9b3c5dc2590348263ed3c1
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: https://www.postgresql.org/message-id/flat/d7f421f8-fd6d-4759-adc3-247090a5d44b%40eisentraut.org
src/backend/nodes/queryjumblefuncs.c