Remove superfluous semicolon.
Author: Andres Freund
This commit is contained in:
parent
652a8947d9
commit
6384e87be2
@ -1475,6 +1475,6 @@ XLogRecGetFullXid(XLogReaderState *record)
|
|||||||
--epoch;
|
--epoch;
|
||||||
|
|
||||||
return FullTransactionIdFromEpochAndXid(epoch, xid);
|
return FullTransactionIdFromEpochAndXid(epoch, xid);
|
||||||
};
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user