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 5de02c2 commit f9a1349Copy full SHA for f9a1349
src/backend/postmaster/postmaster.c
@@ -931,11 +931,13 @@ PostmasterMain(int argc, char *argv[])
931
ExitPostmaster(1);
932
}
933
934
+#ifdef EXEC_BACKEND
935
if (IsOnlineUpgrade)
936
{
937
read_backend_variables("postmaster.params", NULL);
938
RegisterUnlinkLockFileCallback();
939
940
+#endif
941
942
/*
943
* Locate the proper configuration files and data directory, and read
@@ -1075,12 +1077,14 @@ PostmasterMain(int argc, char *argv[])
1075
1077
1076
1078
* Set up shared memory and semaphores.
1079
*/
1080
1081
1082
1083
PGSharedMemoryReAttach();
1084
RestoreBackendList();
1085
1086
else
1087
1088
1089
1090
* Now that loadable modules have had their chance to register background
0 commit comments