mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Fix whitespace
This commit is contained in:
@ -1699,8 +1699,8 @@ ComputeXidHorizons(ComputeXidHorizonsResult *h)
|
||||
*/
|
||||
xmin = TransactionIdOlder(xmin, xid);
|
||||
|
||||
/* if neither is set, this proc doesn't influence the horizon */
|
||||
if (!TransactionIdIsValid(xmin))
|
||||
/* if neither is set, this proc doesn't influence the horizon */
|
||||
if (!TransactionIdIsValid(xmin))
|
||||
continue;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user