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 2c86077 commit 34dffa0Copy full SHA for 34dffa0
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