mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
set_stack_base() no longer needs to be called in PostgresMain.
This was a thinko in previous commit. Now that stack base pointer is now set in PostmasterMain and SubPostmasterMain, it doesn't need to be set in PostgresMain anymore.
This commit is contained in:
@ -3004,9 +3004,6 @@ PostgresMain(int argc, char *argv[], const char *username)
|
|||||||
|
|
||||||
SetProcessingMode(InitProcessing);
|
SetProcessingMode(InitProcessing);
|
||||||
|
|
||||||
/* Set up reference point for stack depth checking */
|
|
||||||
set_stack_base();
|
|
||||||
|
|
||||||
/* Compute paths, if we didn't inherit them from postmaster */
|
/* Compute paths, if we didn't inherit them from postmaster */
|
||||||
if (my_exec_path[0] == '\0')
|
if (my_exec_path[0] == '\0')
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user