Re: use GUC for cmdline

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Marko Kreen <marko(at)l-t(dot)ee>, pgsql-patches(at)postgresql(dot)org
Subject: Re: use GUC for cmdline
Date: 2001-06-19 21:58:48
Message-ID: 6232.992987928@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Now that I look at it, this patch is pretty broken. For one, calling
> SetConfigOption("option_name", optarg, PGC_POSTMASTER, true);
> when the option letter doesn't take an argument is surely wrong.

> Hint: Try 'postmaster -i'.

Also try
postmaster -o -F
which has always worked in the past. Now it causes backends to fail
to start up, saying
FATAL 1: 'fsync' cannot be changed now

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-06-19 23:41:11 Re: use GUC for cmdline
Previous Message Peter Eisentraut 2001-06-19 20:43:36 Re: use GUC for cmdline