File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -767,7 +767,7 @@ TransactionIdIsInProgress(TransactionId xid)
767
767
}
768
768
769
769
/*
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
771
771
* malloc it permanently to avoid repeated palloc/pfree overhead.
772
772
*/
773
773
if (xids == NULL )
@@ -1786,7 +1786,7 @@ GetConflictingVirtualXIDs(TransactionId limitXmin, Oid dbOid)
1786
1786
int index ;
1787
1787
1788
1788
/*
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
1790
1790
* malloc it permanently to avoid repeated palloc/pfree overhead. Allow
1791
1791
* result space, remembering room for a terminator.
1792
1792
*/
You can’t perform that action at this time.
0 commit comments