Skip to content

Commit 0a32768

Browse files
committed
Fix missing "static".
Per buildfarm member pademelon.
1 parent 992df96 commit 0a32768

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7339,7 +7339,7 @@ CreateCheckPoint(int flags)
73397339
* CreateRestartPoint() allows for the case where recovery may end before
73407340
* the restartpoint completes so there is no concern of concurrent behaviour.
73417341
*/
7342-
void
7342+
static void
73437343
CreateEndOfRecoveryRecord(void)
73447344
{
73457345
xl_end_of_recovery xlrec;

0 commit comments

Comments
 (0)