Обсуждение: pgsql: Remove unnecessary assertion in postmaster.c

Поиск
Список
Период
Сортировка

pgsql: Remove unnecessary assertion in postmaster.c

От
Michael Paquier
Дата:
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(-)