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_4_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/cd8b1c6d48d664fe2e5575f40707ed247cee4aa0 Modified Files -------------- src/backend/tcop/postgres.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
