mirror of
https://github.com/postgres/postgres.git
synced 2026-04-28 01:26:56 -04:00
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
This commit is contained in:
parent
3b57d5af74
commit
b90063511a
1 changed files with 0 additions and 1 deletions
|
|
@ -3934,7 +3934,6 @@ PostmasterStateMachine(void)
|
|||
Assert(CheckpointerPID == 0);
|
||||
Assert(WalWriterPID == 0);
|
||||
Assert(AutoVacPID == 0);
|
||||
Assert(PgArchPID == 0);
|
||||
/* syslogger is not considered here */
|
||||
pmState = PM_NO_CHILDREN;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue