]> granicus.if.org Git - postgresql/commit
Fix copy-pasto in the patch to allow background writer to run during
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 3 Mar 2009 10:42:05 +0000 (10:42 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 3 Mar 2009 10:42:05 +0000 (10:42 +0000)
commitfd75329e81b37b8764dff628df761e14736be183
tree74e9aa73841f3d813d394f508e3c74f1cee16297
parentd657843a9a80b999d1f5735c79f50b95c67bd720
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.
src/backend/postmaster/postmaster.c