Remove unnecessary assertion in postmaster.c
authorMichael Paquier <michael@paquier.xyz>
Thu, 15 Jul 2021 06:00:45 +0000 (15:00 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 15 Jul 2021 06:00:45 +0000 (15:00 +0900)
commitdc2db1eac365b97c9129393acfe11102859f9e23
tree41a992317aab079d63b0b876c5e2a9fb9e09cf77
parent5865e064abfbbe11ebfc09881be009c0f69b4dc2
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
src/backend/postmaster/postmaster.c