pgsql: Make RangeTblEntry dump order consistent

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Make RangeTblEntry dump order consistent
Дата
Msg-id E1rnYar-0053Sk-VY@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make RangeTblEntry dump order consistent

Put the fields alias and eref earlier in the struct, so that it
matches the order in _outRangeTblEntry()/_readRangeTblEntry().  This
helps if we ever want to fully automate out/read of RangeTblEntry.
Also, it makes dumps in the debugger easier to read in the same way.
Internally, this makes no difference.

Reviewed-by: Andrew Dunstan <andrew@dunslane.net>
Discussion: https://www.postgresql.org/message-id/flat/4b27fc50-8cd6-46f5-ab20-88dbaadca645@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b4080fa3dcf6c6359e542169e0e81a0662c53ba8

Modified Files
--------------
src/backend/nodes/outfuncs.c     |  1 -
src/backend/nodes/readfuncs.c    |  1 -
src/include/catalog/catversion.h |  2 +-
src/include/nodes/parsenodes.h   | 14 ++++++++++----
4 files changed, 11 insertions(+), 7 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove custom _jumbleRangeTblEntry()
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Track invalidation_reason in pg_replication_slots.