1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-29 10:41:53 +03:00

Fix missing "static".

Per buildfarm member pademelon.
This commit is contained in:
Tom Lane
2016-04-16 14:50:54 -04:00
parent 992df96580
commit 0a32768c10

View File

@ -7339,7 +7339,7 @@ CreateCheckPoint(int flags)
* CreateRestartPoint() allows for the case where recovery may end before
* the restartpoint completes so there is no concern of concurrent behaviour.
*/
void
static void
CreateEndOfRecoveryRecord(void)
{
xl_end_of_recovery xlrec;