diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-03-22 07:12:28 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-03-22 07:28:33 +0100 |
commit | b4080fa3dcf6c6359e542169e0e81a0662c53ba8 (patch) | |
tree | c6914dc70d21e6bf0ca595ff6c9d1d4305f0ea99 /src/backend/tcop/postgres.c | |
parent | 367c989cd8405663bb9a35ec1aa4f79b673a55ff (diff) | |
download | postgresql-b4080fa3dcf6c6359e542169e0e81a0662c53ba8.tar.gz postgresql-b4080fa3dcf6c6359e542169e0e81a0662c53ba8.zip |
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
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions