mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Fix whitespace
This commit is contained in:
parent
28a61fc6c5
commit
3d13867a2c
@ -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;
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user