Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb900635

Browse files
committed
Remove unnecessary assertion in postmaster.c
A code path asserted that the archiver was dead, but a check made thatimpossible to happen.Author: Bharath RupireddyDiscussion:https://postgr.es/m/CALj2ACW=CYE1ars+2XyPTEPq0wQvru4c0dPZ=Nrn3EqNBkksvQ@mail.gmail.comBackpatch-throgh: 14
1 parent3b57d5a commitb900635

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/backend/postmaster/postmaster.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3934,7 +3934,6 @@ PostmasterStateMachine(void)
39343934
Assert(CheckpointerPID==0);
39353935
Assert(WalWriterPID==0);
39363936
Assert(AutoVacPID==0);
3937-
Assert(PgArchPID==0);
39383937
/* syslogger is not considered here */
39393938
pmState=PM_NO_CHILDREN;
39403939
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp