Remove unnecessary assertion in postmaster.c
Michael Paquier <michael@paquier.xyz>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/postmaster.c | modified | +0 −1 |
Discussion
- Remove redundant Assert(PgArchPID == 0); in PostmasterStateMachine 4 messages · 2021-07-14 → 2021-07-15