Re: [HACKERS] [PATCH] Warn users about duplicate configurationparameters

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: [HACKERS] [PATCH] Warn users about duplicate configurationparameters
Дата
Msg-id 20170407151749.3pnrjozc4uprnyi2@alap3.anarazel.de
обсуждение исходный текст
Ответ на [HACKERS] [PATCH] Warn users about duplicate configuration parameters  (Aleksander Alekseev <a.alekseev@postgrespro.ru>)
Ответы Re: [HACKERS] [PATCH] Warn users about duplicate configurationparameters
Re: [HACKERS] [PATCH] Warn users about duplicate configurationparameters
Список pgsql-hackers
On 2017-04-07 18:14:27 +0300, Aleksander Alekseev wrote:
> Hi.
> 
> Recently I've discovered that if there are multiple values of the same
> parameter in postgresql.conf PostgreSQL will silently use the last one.
> It looks like not the best approach to me. For instance, user can find
> the first value in the config file and expect that it will be used, etc.
> 
> I suggest to warn users about duplicated parameters. Here is a
> corresponding patch.
> 
> Thoughts?

-1 - I frequently just override earlier parameters by adding an include
at the end of the file.  Also, with postgresql.auto.conf it's even more
common to override parameters.


Greetings,

Andres Freund



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] src/interfaces/libpq shipping nmake-related Makefiles
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [HACKERS] [PATCH] Warn users about duplicate configurationparameters