We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent4acfd43 commitb1dc45cCopy full SHA for b1dc45c
src/backend/storage/ipc/procarray.c
@@ -767,7 +767,7 @@ TransactionIdIsInProgress(TransactionId xid)
767
}
768
769
/*
770
- * Ifnotfirst time through, get workspace to remember main XIDs in. We
+ * If first time through, get workspace to remember main XIDs in. We
771
* malloc it permanently to avoid repeated palloc/pfree overhead.
772
*/
773
if (xids==NULL)
@@ -1786,7 +1786,7 @@ GetConflictingVirtualXIDs(TransactionId limitXmin, Oid dbOid)
1786
intindex;
1787
1788
1789
1790
* malloc it permanently to avoid repeated palloc/pfree overhead. Allow
1791
* result space, remembering room for a terminator.
1792