Commit 0aa5e65a authored by Michael Paquier's avatar Michael Paquier

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

Author: Shao Bret
parent 98d476a9
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment