Skip to content

Commit b1dc45c

Browse files
committed
Fix thinko in comment. Spotted by Jim Nasby.
1 parent 4acfd43 commit b1dc45c

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-
* If not first 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
int index;
17871787

17881788
/*
1789-
* If not first 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)