pgsql: Add missing RangeTblEntry field to jumble - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add missing RangeTblEntry field to jumble
Date
Msg-id E1rfgEm-001OfR-2l@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8b29a119fdaa381d6f75105f539b1e658c0f8cdb

Modified Files
--------------
src/backend/nodes/queryjumblefuncs.c | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Dean Rasheed
Date:
Subject: pgsql: Remove field UpdateContext->updated in nodeModifyTable.c
Next
From: Dean Rasheed
Date:
Subject: pgsql: Support MERGE into updatable views.