Re: archive_command / single user mode

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: archive_command / single user mode
Дата
Msg-id CAKFQuwacfuLDuBJwGgv6n6CvO24YQhTSiOfxmMiekeU88_++Gg@mail.gmail.com
обсуждение исходный текст
Ответ на archive_command / single user mode  (Christophe Pettus <xof@thebuild.com>)
Ответы Re: archive_command / single user mode  (Christophe Pettus <xof@thebuild.com>)
Список pgsql-general
On Mon, Aug 9, 2021 at 4:17 PM Christophe Pettus <xof@thebuild.com> wrote:
Does archive_command run in single user mode?  This isn't an actual situation at the moment, but for runbook / disaster planning purposes, I was curious.


Nope.

If I follow the source code correctly...main.c calls PostgresMain (postgres.c) which is basically a hybrid front-end/back-end standalone setup which, as far as I can tell, never launches the archiver.  The "else" PostmasterMain (postmaster.c) call in main.c, however, leads to ServerLoop which starts, and restarts if necessary, the archiver based upon the current state machine state (e.g., PM_RUN).

Skimming the imports for postgres.c likewise confirms an omission of pgarch.h ...

David J.

В списке pgsql-general по дате отправления:

Предыдущее
От: Bryn Llewellyn
Дата:
Сообщение: Re: PL/pgSQL: Spurious 22P02 error on "select col into var" when col is user-defined type
Следующее
От: A Z
Дата:
Сообщение: Serious List of PostgreSQL usage questions.