Commit 3d13867a authored by Peter Eisentraut's avatar Peter Eisentraut

Fix whitespace

parent 28a61fc6
...@@ -1699,8 +1699,8 @@ ComputeXidHorizons(ComputeXidHorizonsResult *h) ...@@ -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;
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment