Thread: pgsql: set_stack_base() no longer needs to be called in PostgresMain.

pgsql: set_stack_base() no longer needs to be called in PostgresMain.

From
Heikki Linnakangas
Date:
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.

Branch
------
REL8_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2f8659b06140debf5cfba46b844513cfe5149be7

Modified Files
--------------
src/backend/tcop/postgres.c |    3 ---
1 files changed, 0 insertions(+), 3 deletions(-)