projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39c283e
)
Fix whitespace
author
Peter Eisentraut
<
[email protected]
>
Tue, 12 Apr 2016 00:59:04 +0000
(20:59 -0400)
committer
Peter Eisentraut
<
[email protected]
>
Tue, 12 Apr 2016 00:59:04 +0000
(20:59 -0400)
src/backend/utils/time/snapmgr.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/time/snapmgr.c
b/src/backend/utils/time/snapmgr.c
index f18bbb980ec33b3c52fc11f8d1ebbdadd2b21219..8aa1f49d0fa159f188f46cedb7d071453a641ffd 100644
(file)
--- a/
src/backend/utils/time/snapmgr.c
+++ b/
src/backend/utils/time/snapmgr.c
@@
-117,7
+117,7
@@
typedef struct OldSnapshotControlData
TransactionId xid_by_minute[FLEXIBLE_ARRAY_MEMBER];
} OldSnapshotControlData;
-static volatile OldSnapshotControlData *oldSnapshotControl;
+static volatile OldSnapshotControlData *oldSnapshotControl;
/*