From: Peter Eisentraut Date: Sun, 20 Sep 2020 12:42:54 +0000 (+0200) Subject: Fix whitespace X-Git-Tag: aio-before-rebase-2020-10-30~281 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=3d13867a2c0b0b9cd1215107d4d6aa94e975b33b;p=users%2Fandresfreund%2Fpostgres.git Fix whitespace --- diff --git a/src/backend/storage/ipc/procarray.c b/src/backend/storage/ipc/procarray.c index 802b119c49..5aaeb6e2b5 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; /*