Обсуждение: 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

От
heikki@postgresql.org (Heikki Linnakangas)
Дата:
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)