projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
652a894
)
Remove superfluous semicolon.
author
Andres Freund
Wed, 31 Jul 2019 01:29:55 +0000
(18:29 -0700)
committer
Andres Freund
Wed, 31 Jul 2019 05:09:53 +0000
(22:09 -0700)
Author: Andres Freund
src/backend/access/transam/xlogreader.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xlogreader.c
b/src/backend/access/transam/xlogreader.c
index 33ccfc155315ceca6a5e2c48c7db425a95dda190..0d6e968ee62737b2ecc177255b699ed2b6b2a5db 100644
(file)
--- a/
src/backend/access/transam/xlogreader.c
+++ b/
src/backend/access/transam/xlogreader.c
@@
-1475,6
+1475,6
@@
XLogRecGetFullXid(XLogReaderState *record)
--epoch;
return FullTransactionIdFromEpochAndXid(epoch, xid);
-}
;
+}
#endif