Commit 6384e87b authored by Andres Freund's avatar Andres Freund

Remove superfluous semicolon.

Author: Andres Freund
parent 652a8947
...@@ -1475,6 +1475,6 @@ XLogRecGetFullXid(XLogReaderState *record) ...@@ -1475,6 +1475,6 @@ XLogRecGetFullXid(XLogReaderState *record)
--epoch; --epoch;
return FullTransactionIdFromEpochAndXid(epoch, xid); return FullTransactionIdFromEpochAndXid(epoch, xid);
}; }
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment