mirror of
https://github.com/postgres/postgres.git
synced 2026-04-27 09:07:42 -04:00
Fix typo in comment of commit_ts.c for incorrect reference to CLOG
Author: Shao Bret
This commit is contained in:
parent
98d476a965
commit
0aa5e65ab4
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue