1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-09 22:41:56 +03:00

Remove superfluous semicolon.

Author: Andres Freund
This commit is contained in:
Andres Freund
2019-07-30 18:29:55 -07:00
parent 652a8947d9
commit 6384e87be2

View File

@ -1475,6 +1475,6 @@ XLogRecGetFullXid(XLogReaderState *record)
--epoch; --epoch;
return FullTransactionIdFromEpochAndXid(epoch, xid); return FullTransactionIdFromEpochAndXid(epoch, xid);
}; }
#endif #endif