Обсуждение: pgsql: set_stack_base() no longer needs to be called in PostgresMain.

Поиск
Список
Период
Сортировка

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

От
Heikki Linnakangas
Дата:
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
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/785d4998b69a538023b82bfa95db4af5f7d07b06

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