Обсуждение: pgsql: Add missing RangeTblEntry field to jumble

Поиск
Список
Период
Сортировка

pgsql: Add missing RangeTblEntry field to jumble

От
Peter Eisentraut
Дата:
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(+)