diff options
author | Peter Geoghegan <pg@bowt.ie> | 2021-01-04 19:46:11 -0800 |
---|---|---|
committer | Peter Geoghegan <pg@bowt.ie> | 2021-01-04 19:46:11 -0800 |
commit | 83e3239ee77089f76fad022eeef91c83cdf9181d (patch) | |
tree | a92d3255ee86c913a678a5572e16ff00abbecbd7 /src/backend/utils/adt/numeric.c | |
parent | cd357c76296e987298e4005b8053adda9e3fb417 (diff) | |
download | postgresql-83e3239ee77089f76fad022eeef91c83cdf9181d.tar.gz postgresql-83e3239ee77089f76fad022eeef91c83cdf9181d.zip |
Standardize one aspect of rmgr desc output.
Bring heap and hash rmgr desc output in line with nbtree and GiST desc
output by using the name latestRemovedXid for all fields that output the
contents of the latestRemovedXid field from the WAL record's C struct
(stop using local variants).
This seems like a clear improvement because latestRemovedXid is a symbol
name that already appears across many different source files, and so is
probably much more recognizable.
Discussion: https://postgr.es/m/CAH2-Wzkt_Rs4VqPSCk87nyjPAAEmWL8STU9zgET_83EF5YfrLw@mail.gmail.com
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
0 files changed, 0 insertions, 0 deletions