Fix typo in comment of commit_ts.c for incorrect reference to CLOG

Author: Shao Bret
pull/32/head
Michael Paquier 7 years ago
parent 98d476a965
commit 0aa5e65ab4
  1. 3
      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

Loading…
Cancel
Save