aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend/access/transam/xlogreader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlogreader.c b/src/backend/access/transam/xlogreader.c
index 33ccfc15531..0d6e968ee62 100644
--- 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