Re: [COMMITTERS] pgsql: Don't override arguments set via options with positional argumen - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [COMMITTERS] pgsql: Don't override arguments set via options with positional argumen
Date
Msg-id CA+TgmoaAEzcJ4ROsmP6uObeMoyS7=QWU+z5sWij1wqOdXM-Y3A@mail.gmail.com
Whole thread Raw
Responses Re: [COMMITTERS] pgsql: Don't override arguments set via options with positional argumen  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On Tue, Apr 17, 2012 at 6:39 PM, Andrew Dunstan <andrew@dunslane.net> wrote:
> Don't override arguments set via options with positional arguments.
>
> A number of utility programs were rather careless about paremeters
> that can be set via both an option argument and a positional
> argument. This leads to results which can violate the Principal
> Of Least Astonishment. These changes refuse to use positional
> arguments to override settings that have been made via positional
> arguments. The changes are backpatched to all live branches.
>
> Branch
> ------
> REL8_3_STABLE

Uh, isn't it kind of a bad idea to back-patch something like this?  It
seems like a behavior change.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Bug tracker tool we need
Next
From: Christopher Browne
Date:
Subject: Re: Bug tracker tool we need