Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6384e87

Browse files
committed
Remove superfluous semicolon.
Author: Andres Freund
1 parent 652a894 commit 6384e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlogreader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1475,6 +1475,6 @@ XLogRecGetFullXid(XLogReaderState *record)
14751475
--epoch;
14761476

14771477
return FullTransactionIdFromEpochAndXid(epoch, xid);
1478-
};
1478+
}
14791479

14801480
#endif

0 commit comments

Comments
 (0)