pgsql: Remove unnecessary assertion in postmaster.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Remove unnecessary assertion in postmaster.c
Date
Msg-id E1m3uQz-00030H-Bx@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL_14_STABLE

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

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


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: pgsql: Add PSQL_WATCH_PAGER for psql's \watch command.
Next
From: Michael Paquier
Date:
Subject: pgsql: Add TAP tests for ZLIB compression for pg_receivewal