We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13555b commit 18ac8caCopy full SHA for 18ac8ca
src/backend/postmaster/auxprocess.c
@@ -81,7 +81,7 @@ AuxiliaryProcessMain(AuxProcType auxtype)
81
MyBackendType = B_WAL_RECEIVER;
82
break;
83
default:
84
- elog(ERROR, "something has gone wrong");
+ elog(PANIC, "unrecognized process type: %d", (int) MyAuxProcType);
85
MyBackendType = B_INVALID;
86
}
87
0 commit comments