diff --git a/src/backend/postmaster/auxprocess.c b/src/backend/postmaster/auxprocess.c index 39ac4490db1..7765d1c83dd 100644 --- a/src/backend/postmaster/auxprocess.c +++ b/src/backend/postmaster/auxprocess.c @@ -81,7 +81,7 @@ AuxiliaryProcessMain(AuxProcType auxtype) MyBackendType = B_WAL_RECEIVER; break; default: - elog(ERROR, "something has gone wrong"); + elog(PANIC, "unrecognized process type: %d", (int) MyAuxProcType); MyBackendType = B_INVALID; }