Re: postmaster/postgres options assimilation plan

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postmaster/postgres options assimilation plan
Дата
Msg-id 3300.1136392802@sss.pgh.pa.us
обсуждение исходный текст
Ответ на postmaster/postgres options assimilation plan  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Here's the plan for assimilating the command-line options of the postmaster 
> and postgres options.
> ...

> * postmaster options added to postgres: -h -i -k -l -n
> These options will not have any useful effects, but their behavior is 
> consistent if you do, say, SHOW listen_addresses.

Did you mean -N rather than -n here?

> For the options -O, -P, and -W I have added three new GUC variables 
> allow_system_table_mods (PGC_SIGHUP), ignore_system_indexes (PGC_BACKEND), 
> connection_startup_delay (PGC_BACKEND); mostly to simplify the 
> postmaster->postgres communication.

Might as well let allow_system_table_mods be PGC_BACKEND too.  The
dangers it poses are not made less by turning it on in all backends
at the same time.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: postmaster/postgres options assimilation plan
Следующее
От: Simon Riggs
Дата:
Сообщение: Improving N-Distinct estimation by ANALYZE