Re: [PATCH] Warn users about duplicate configuration parameters

From: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
To: andres(at)anarazel(dot)de
Cc: a(dot)alekseev(at)postgrespro(dot)ru, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Warn users about duplicate configuration parameters
Date: 2017-04-07 15:22:32
Message-ID: 20170408.002232.1519131147151674043.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>> 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.

-1 from me too by the same reason Andres said.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseev 2017-04-07 15:29:40 Re: [PATCH] Warn users about duplicate configuration parameters
Previous Message Andres Freund 2017-04-07 15:17:49 Re: [PATCH] Warn users about duplicate configuration parameters