Re: Removing postgres -f command line option - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Removing postgres -f command line option
Date
Msg-id 12532.1321545396@sss.pgh.pa.us
Whole thread Raw
In response to Removing postgres -f command line option  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: Removing postgres -f command line option
List pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
> 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

Hmm, I thought I'd fixed that help message to match reality recently.

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

I use it.  See also src/test/regress/regressplans.sh, which would become
greatly less wieldy if it had to spell out the switches long-form.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: ISN was: Core Extensions relocation
Next
From: Tom Lane
Date:
Subject: Re: Configuration include directory