Thread: pgsql: Fix copy-pasto in the patch to allow background writer to run

pgsql: Fix copy-pasto in the patch to allow background writer to run

From
heikki@postgresql.org (Heikki Linnakangas)
Date:
Log Message:
-----------
Fix copy-pasto in the patch to allow background writer to run during
recovery: if background writer or pgstat process dies during recovery (or
any other child process, but those two are the only ones running), send
SIGQUIT to the startup process using correct pid.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        postmaster.c (r1.574 -> r1.575)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c?r1=1.574&r2=1.575)