diff options
author | Michael Paquier <michael@paquier.xyz> | 2018-06-22 13:30:26 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2018-06-22 13:30:26 +0900 |
commit | 0aa5e65ab4fd2695f0e4108b9ec53a0546261e1f (patch) | |
tree | c652c8b2000d11d6976edc40a7ad032a47d99e68 /src/backend/access/transam/commit_ts.c | |
parent | 98d476a965eefb52af53f4fb55dbfead0ede9282 (diff) | |
download | postgresql-0aa5e65ab4fd2695f0e4108b9ec53a0546261e1f.tar.gz postgresql-0aa5e65ab4fd2695f0e4108b9ec53a0546261e1f.zip |
Fix typo in comment of commit_ts.c for incorrect reference to CLOG
Author: Shao Bret
Diffstat (limited to 'src/backend/access/transam/commit_ts.c')
-rw-r--r-- | src/backend/access/transam/commit_ts.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/access/transam/commit_ts.c b/src/backend/access/transam/commit_ts.c index 04a15e4e29b..73fac1ba81d 100644 --- a/src/backend/access/transam/commit_ts.c +++ b/src/backend/access/transam/commit_ts.c @@ -884,7 +884,8 @@ AdvanceOldestCommitTsXid(TransactionId oldestXact) /* - * Decide which of two CLOG page numbers is "older" for truncation purposes. + * Decide which of two commitTS page numbers is "older" for truncation + * purposes. * * We need to use comparison of TransactionIds here in order to do the right * thing with wraparound XID arithmetic. However, if we are asked about |