mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
Fix typo in comment of commit_ts.c for incorrect reference to CLOG
Author: Shao Bret
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user