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

Commitb1dc45c

Browse files
committed
Fix thinko in comment. Spotted by Jim Nasby.
1 parent4acfd43 commitb1dc45c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ TransactionIdIsInProgress(TransactionId xid)
767767
}
768768

769769
/*
770-
* Ifnotfirst time through, get workspace to remember main XIDs in. We
770+
* If first time through, get workspace to remember main XIDs in. We
771771
* malloc it permanently to avoid repeated palloc/pfree overhead.
772772
*/
773773
if (xids==NULL)
@@ -1786,7 +1786,7 @@ GetConflictingVirtualXIDs(TransactionId limitXmin, Oid dbOid)
17861786
intindex;
17871787

17881788
/*
1789-
* Ifnotfirst time through, get workspace to remember main XIDs in. We
1789+
* If first time through, get workspace to remember main XIDs in. We
17901790
* malloc it permanently to avoid repeated palloc/pfree overhead. Allow
17911791
* result space, remembering room for a terminator.
17921792
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp