mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04: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:
parent
77dc2b0a43
commit
785d4998b6
1 changed files with 0 additions and 3 deletions
|
|
@ -3543,9 +3543,6 @@ PostgresMain(int argc, char *argv[], const char *username)
|
|||
|
||||
SetProcessingMode(InitProcessing);
|
||||
|
||||
/* Set up reference point for stack depth checking */
|
||||
set_stack_base();
|
||||
|
||||
/* Compute paths, if we didn't inherit them from postmaster */
|
||||
if (my_exec_path[0] == '\0')
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue