Add missing RangeTblEntry field to jumble

Peter Eisentraut <peter@eisentraut.org>

Commit: 8b29a119fdaa381d6f75105f539b1e658c0f8cdb
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2024-02-29T13:09:09Z
Releases: 17.0
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

Files

PathChange+/−
src/backend/nodes/queryjumblefuncs.c modified +1 −0

Discussion