Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0aa5e65

Browse files
committed
Fix typo in comment of commit_ts.c for incorrect reference to CLOG
Author: Shao Bret
1 parent 98d476a commit 0aa5e65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/access/transam/commit_ts.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,8 @@ AdvanceOldestCommitTsXid(TransactionId oldestXact)
884884

885885

886886
/*
887-
* Decide which of two CLOG page numbers is "older" for truncation purposes.
887+
* Decide which of two commitTS page numbers is "older" for truncation
888+
* purposes.
888889
*
889890
* We need to use comparison of TransactionIds here in order to do the right
890891
* thing with wraparound XID arithmetic. However, if we are asked about

0 commit comments

Comments
 (0)