Removing postgres -f command line option

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Removing postgres -f command line option
Дата
Msg-id 4EC4D198.6080100@enterprisedb.com
обсуждение исходный текст
Ответы Re: Removing postgres -f command line option  (Robert Haas <robertmhaas@gmail.com>)
Re: Removing postgres -f command line option  (Susanne Ebrecht <susanne@2ndQuadrant.com>)
Re: Removing postgres -f command line option  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
While looking at Shigeru Hanada's foreign join pushdown patch, I noticed 
a command line option that I didn't know to exist:

$ postgres --help
...
Developer options:  -f s|i|n|m|h    forbid use of some plan types

That doesn't include all the options we support, the documentation 
lists: s|i|o|b|t|n|m|h. These are aliases for enable_* planner options, 
e.g -fs is equal to enable_seqscan=off.

That seems completely useless to me, because you can also do "-c 
enable_seqscan=off". Any objections to removing the -f option altogether?

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Disable OpenSSL compression
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Adding Node support in outfuncs.c and readfuncs.c