Put back a "continue" that went missing in the changes to start background recoveryinfra
authorHeikki Linnakangas <[email protected]>
Wed, 25 Feb 2009 10:59:52 +0000 (12:59 +0200)
committerHeikki Linnakangas <[email protected]>
Wed, 25 Feb 2009 10:59:52 +0000 (12:59 +0200)
writer in WAL recovery.

src/backend/postmaster/postmaster.c

index 575223ad4e915bdae6cf0d7bb04e63824ba56edf..bae413255a2322a48b615159de7d9f083bab4ca5 100644 (file)
@@ -2226,7 +2226,9 @@ reaper(SIGNAL_ARGS)
 
                        /* at this point we are really open for business */
                        ereport(LOG,
-                               (errmsg("database system is ready to accept connections")));
+                                (errmsg("database system is ready to accept connections")));
+
+                       continue;
                }
 
                /*