Re: pg_ctl reload -o "...." - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_ctl reload -o "...."
Date
Msg-id 20586.1353007617@sss.pgh.pa.us
Whole thread Raw
In response to pg_ctl reload -o "...."  (Jeff Janes <jeff.janes@gmail.com>)
Responses Re: pg_ctl reload -o "...."  (Jeff Janes <jeff.janes@gmail.com>)
List pgsql-hackers
Jeff Janes <jeff.janes@gmail.com> writes:
> Is there a reason pg_ctl reload shouldn't honor -o ?

-o means "pass these switches on the postmaster's command line".
If you're not restarting the postmaster, you don't get to change
its command line.

IMO setting stuff on the command line is pretty evil anyway.
Adjusting postgresql.conf is almost always the Better Way.
We have discussions going already about how to make that easier,
so I'm not excited about trying to kluge something in pg_ctl.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: tuplesort memory usage: grow_memtuples
Next
From: Tom Lane
Date:
Subject: Re: WIP patch: add (PRE|POST)PROCESSOR options to COPY