pgsql: Remove unnecessary assertion in postmaster.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Remove unnecessary assertion in postmaster.c
Дата
Msg-id E1m3uQz-00030G-BO@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove unnecessary assertion in postmaster.c

A code path asserted that the archiver was dead, but a check made that
impossible to happen.

Author: Bharath Rupireddy
Discussion: https://postgr.es/m/CALj2ACW=CYE1ars+2XyPTEPq0wQvru4c0dPZ=Nrn3EqNBkksvQ@mail.gmail.com
Backpatch-throgh: 14

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dc2db1eac365b97c9129393acfe11102859f9e23

Modified Files
--------------
src/backend/postmaster/postmaster.c | 1 -
1 file changed, 1 deletion(-)


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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: pgsql: Add PSQL_WATCH_PAGER for psql's \watch command.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add TAP tests for ZLIB compression for pg_receivewal