mirror of
https://github.com/postgres/postgres.git
synced 2026-03-17 16:12:13 -04:00
Fix thinko in comment. Spotted by Jim Nasby.
This commit is contained in:
parent
4acfd43a7d
commit
b1dc45c11d
1 changed files with 2 additions and 2 deletions
|
|
@ -767,7 +767,7 @@ TransactionIdIsInProgress(TransactionId xid)
|
|||
}
|
||||
|
||||
/*
|
||||
* If not first time through, get workspace to remember main XIDs in. We
|
||||
* If first time through, get workspace to remember main XIDs in. We
|
||||
* malloc it permanently to avoid repeated palloc/pfree overhead.
|
||||
*/
|
||||
if (xids == NULL)
|
||||
|
|
@ -1786,7 +1786,7 @@ GetConflictingVirtualXIDs(TransactionId limitXmin, Oid dbOid)
|
|||
int index;
|
||||
|
||||
/*
|
||||
* If not first time through, get workspace to remember main XIDs in. We
|
||||
* If first time through, get workspace to remember main XIDs in. We
|
||||
* malloc it permanently to avoid repeated palloc/pfree overhead. Allow
|
||||
* result space, remembering room for a terminator.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue