Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9523301

Browse files
committed
1 parent83158f7 commit9523301

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/backend/storage/ipc/procarray.c

Lines changed: 1 addition & 1 deletion
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 thethecaller 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

Lines changed: 1 addition & 1 deletion
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 thethelast 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)

[8]ページ先頭

©2009-2025 Movatter.jp