Remove unnecessary assertion in postmaster.c

Michael Paquier <michael@paquier.xyz>

Commit: dc2db1eac365b97c9129393acfe11102859f9e23
Author: Michael Paquier <michael@paquier.xyz>
Date: 2021-07-15T06:00:45Z
Releases: 15.0
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

Files

PathChange+/−
src/backend/postmaster/postmaster.c modified +0 −1

Discussion