@@ -4936,7 +4936,7 @@ SubPostmasterMain(int argc, char *argv[])
4936
4936
if (strcmp (argv [1 ], "--forkbackend" ) == 0 ||
4937
4937
strcmp (argv [1 ], "--forkavlauncher" ) == 0 ||
4938
4938
strcmp (argv [1 ], "--forkavworker" ) == 0 ||
4939
- strcmp (argv [1 ], "--forkboot " ) == 0 ||
4939
+ strcmp (argv [1 ], "--forkaux " ) == 0 ||
4940
4940
strncmp (argv [1 ], "--forkbgworker=" , 15 ) == 0 )
4941
4941
PGSharedMemoryReAttach ();
4942
4942
else
@@ -5024,7 +5024,7 @@ SubPostmasterMain(int argc, char *argv[])
5024
5024
/* And run the backend */
5025
5025
BackendRun (& port ); /* does not return */
5026
5026
}
5027
- if (strcmp (argv [1 ], "--forkboot " ) == 0 )
5027
+ if (strcmp (argv [1 ], "--forkaux " ) == 0 )
5028
5028
{
5029
5029
/* Restore basic shared memory pointers */
5030
5030
InitShmemAccess (UsedShmemSegAddr );
@@ -5424,7 +5424,7 @@ StartChildProcess(AuxProcType type)
5424
5424
av [ac ++ ] = "postgres" ;
5425
5425
5426
5426
#ifdef EXEC_BACKEND
5427
- av [ac ++ ] = "--forkboot " ;
5427
+ av [ac ++ ] = "--forkaux " ;
5428
5428
av [ac ++ ] = NULL ; /* filled in by postmaster_forkexec */
5429
5429
#endif
5430
5430
0 commit comments