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

Commit 9523301

Browse files
committed
Fix typos.
Author: Naoki Nakamichi Discussion: https://postgr.es/m/b6919d145af00295a8e86ce4d034b7cd@oss.nttdata.com
1 parent 83158f7 commit 9523301

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/storage/ipc/procarray.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4106,7 +4106,7 @@ GlobalVisCheckRemovableXid(Relation rel, TransactionId xid)
41064106
*
41074107
* Be very careful about when to use this function. It can only safely be used
41084108
* when there is a guarantee that xid is within MaxTransactionId / 2 xids of
4109-
* rel. That e.g. can be guaranteed if the the caller assures a snapshot is
4109+
* rel. That e.g. can be guaranteed if the caller assures a snapshot is
41104110
* held by the backend and xid is from a table (where vacuum/freezing ensures
41114111
* the xid has to be within that range), or if xid is from the procarray and
41124112
* prevents xid wraparound that way.

src/backend/utils/time/snapmgr.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1855,7 +1855,7 @@ TransactionIdLimitedForOldSnapshots(TransactionId recentXmin,
18551855
if (ts == threshold_timestamp)
18561856
{
18571857
/*
1858-
* Current timestamp is in same bucket as the the last limit that
1858+
* Current timestamp is in same bucket as the last limit that
18591859
* was applied. Reuse.
18601860
*/
18611861
xlimit = threshold_xid;

0 commit comments

Comments
 (0)