diff options
author | Peter Eisentraut | 2020-09-20 12:42:54 +0000 |
---|---|---|
committer | Peter Eisentraut | 2020-09-20 12:42:54 +0000 |
commit | 3d13867a2c0b0b9cd1215107d4d6aa94e975b33b (patch) | |
tree | 8d5b8034574041139f1ed2f12e36c4fb08887d64 | |
parent | 28a61fc6c58fbfb83e416411f55e7d6ec47279ff (diff) |
Fix whitespace
-rw-r--r-- | src/backend/storage/ipc/procarray.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/ipc/procarray.c b/src/backend/storage/ipc/procarray.c index 802b119c490..5aaeb6e2b55 100644 --- a/src/backend/storage/ipc/procarray.c +++ b/src/backend/storage/ipc/procarray.c @@ -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; /* |