Fix missing "static".
authorTom Lane
Sat, 16 Apr 2016 18:50:54 +0000 (14:50 -0400)
committerTom Lane
Sat, 16 Apr 2016 18:50:54 +0000 (14:50 -0400)
Per buildfarm member pademelon.

src/backend/access/transam/xlog.c

index c0b143df4c913a90b0c50ab8493ed351a6c5acdf..88d4c81811f8054887c27954eb1467a0e137cfdd 100644 (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;