Re: pgsql: Fix minor problems with non-exclusive backup cleanup.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Fix minor problems with non-exclusive backup cleanup.
Дата
Msg-id 2636501.1596737986@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Fix minor problems with non-exclusive backup cleanup.  (Robert Haas <rhaas@postgresql.org>)
Ответы Re: pgsql: Fix minor problems with non-exclusive backup cleanup.  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-committers
Robert Haas <rhaas@postgresql.org> writes:
> Fix minor problems with non-exclusive backup cleanup.

Seems like there's an extra space in this error message in
do_pg_abort_backup:

+   if (emit_warning)
+       ereport(WARNING,
+               (errmsg("aborting backup due to backend exiting before pg_stop_back up was called")));

Also, while I'm bugging you: it wasn't quite clear from the thread
whether this is alone sufficient to fix the user-visible issue
reported by Bharath Rupireddy, or whether we still need to change
the JIT logic as well to do that.

            regards, tom lane



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix minor problems with non-exclusive backup cleanup.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Register llvm_shutdown using on_proc_exit, not before_shmem_exit