From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Call for objections: deprecate postmaster -o switch? |
Date: | 2001-11-26 01:44:34 |
Message-ID: | 200111260144.fAQ1iYW04198@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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 off
SHOW VARIABLE
test=> show enable_mergejoin;
NOTICE: enable_mergejoin is off
SHOW VARIABLE
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-11-26 01:50:58 | Re: Call for objections: deprecate postmaster -o switch? |
Previous Message | Tom Lane | 2001-11-26 01:04:27 | Re: Call for objections: deprecate postmaster -o switch? |