pgsql: Add missing RangeTblEntry field to jumble

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing RangeTblEntry field to jumble
Date: 2024-02-29 13:14:12
Message-ID: E1rfgEm-001OfR-2l@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2024-02-29 15:59:53 pgsql: Support MERGE into updatable views.
Previous Message Dean Rasheed 2024-02-29 11:52:05 pgsql: Remove field UpdateContext->updated in nodeModifyTable.c