Re: Call for objections: deprecate postmaster -o switch? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Call for objections: deprecate postmaster -o switch?
Date
Msg-id 200111260144.fAQ1iYW04198@candle.pha.pa.us
Whole thread Raw
In response to Re: Call for objections: deprecate postmaster -o switch?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > And I started the postmaster using:
> >     ./bin/postmaster -B 2000 -i $DEBUG --sort-mem=60
> 
> But
> 
> (a) did the sort_mem setting "take"?
> 

Sure did.  I tried a sort value too low and it complained.  

> (b) can you put more than one variable setting in there and have
> them all take?

Yes.  In your test:
 ./bin/postmaster -B 2000 -i $DEBUG --enable_hashjoin=false --enable-mergejoin=false

I get from a restarted postmaster:
test=> show enable_hashjoin;NOTICE:  enable_hashjoin is offSHOW VARIABLEtest=> show enable_mergejoin;NOTICE:
enable_mergejoinis offSHOW VARIABLE
 

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Call for objections: deprecate postmaster -o switch?
Next
From: Bruce Momjian
Date:
Subject: Re: Call for objections: deprecate postmaster -o switch?