diff options
author | Joe Conway <mail@joeconway.com> | 2015-12-28 12:34:11 -0800 |
---|---|---|
committer | Joe Conway <mail@joeconway.com> | 2015-12-28 12:34:11 -0800 |
commit | 241448b23adf3432988f2b4012ff90a338b4d0bf (patch) | |
tree | c1a95b2e2d7b7fb86f29453f3444d267a8a544eb /src/backend/access/gist/gist.c | |
parent | 81ee726d87ec67c4f2846110c99f72e8a20dcd07 (diff) | |
download | postgresql-241448b23adf3432988f2b4012ff90a338b4d0bf.tar.gz postgresql-241448b23adf3432988f2b4012ff90a338b4d0bf.zip |
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
The variables newestCommitTs and oldestCommitTs sound as if they are
timestamps, but in fact they are the transaction Ids that correspond
to the newest and oldest timestamps rather than the actual timestamps.
Rename these variables to reflect that they are actually xids: to wit
newestCommitTsXid and oldestCommitTsXid respectively. Also modify
related code in a similar fashion, particularly the user facing output
emitted by pg_controldata and pg_resetxlog.
Complaint and patch by me, review by Tom Lane and Alvaro Herrera.
Backpatch to 9.5 where these variables were first introduced.
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions