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:
@ -1475,6 +1475,6 @@ XLogRecGetFullXid(XLogReaderState *record)
|
|||||||
--epoch;
|
--epoch;
|
||||||
|
|
||||||
return FullTransactionIdFromEpochAndXid(epoch, xid);
|
return FullTransactionIdFromEpochAndXid(epoch, xid);
|
||||||
};
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user