[HACKERS] [PATCH] Warn users about duplicate configuration parameters

Поиск
Список
Период
Сортировка
От Aleksander Alekseev
Тема [HACKERS] [PATCH] Warn users about duplicate configuration parameters
Дата
Msg-id 20170407181427.698ec84b@e754
обсуждение исходный текст
Ответы Re: [HACKERS] [PATCH] Warn users about duplicate configurationparameters
Re: [HACKERS] [PATCH] Warn users about duplicate configuration parameters
Список pgsql-hackers
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?

--
Best regards,
Aleksander Alekseev

Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] Supporting huge pages on Windows
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] src/interfaces/libpq shipping nmake-related Makefiles