1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

Fix whitespace

This commit is contained in:
Peter Eisentraut 2020-09-20 14:42:54 +02:00
parent 28a61fc6c5
commit 3d13867a2c

View File

@ -1699,8 +1699,8 @@ ComputeXidHorizons(ComputeXidHorizonsResult *h)
*/ */
xmin = TransactionIdOlder(xmin, xid); xmin = TransactionIdOlder(xmin, xid);
/* if neither is set, this proc doesn't influence the horizon */ /* if neither is set, this proc doesn't influence the horizon */
if (!TransactionIdIsValid(xmin)) if (!TransactionIdIsValid(xmin))
continue; continue;
/* /*