projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28a61fc
)
Fix whitespace
author
Peter Eisentraut
Sun, 20 Sep 2020 12:42:54 +0000
(14:42 +0200)
committer
Peter Eisentraut
Sun, 20 Sep 2020 12:42:54 +0000
(14:42 +0200)
src/backend/storage/ipc/procarray.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/storage/ipc/procarray.c
b/src/backend/storage/ipc/procarray.c
index 802b119c490431d0eb965c4a020cb923c376446f..5aaeb6e2b558acdf34edbb141bac4de673972b93 100644
(file)
--- 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;
/*