mirror of
https://github.com/postgres/postgres.git
synced 2026-04-05 01:07:27 -04:00
Remove superfluous semicolon.
Author: Andres Freund
This commit is contained in:
parent
652a8947d9
commit
6384e87be2
1 changed files with 1 additions and 1 deletions
|
|
@ -1475,6 +1475,6 @@ XLogRecGetFullXid(XLogReaderState *record)
|
|||
--epoch;
|
||||
|
||||
return FullTransactionIdFromEpochAndXid(epoch, xid);
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue