From: Michael Paquier Date: Fri, 22 Jun 2018 04:30:26 +0000 (+0900) Subject: Fix typo in comment of commit_ts.c for incorrect reference to CLOG X-Git-Tag: REL_11_BETA2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0aa5e65ab4fd2695f0e4108b9ec53a0546261e1f;p=postgresql Fix typo in comment of commit_ts.c for incorrect reference to CLOG Author: Shao Bret --- diff --git a/src/backend/access/transam/commit_ts.c b/src/backend/access/transam/commit_ts.c index 04a15e4e29..73fac1ba81 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