Re: -S is missing in postgresql.conf?

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: peter_e(at)gmx(dot)net, pgsql-hackers(at)postgresql(dot)org
Subject: Re: -S is missing in postgresql.conf?
Date: 2000-10-08 09:31:36
Message-ID: 20001008183136L.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> writes:
> > IMHO we should make -S be configurable in postgresql.conf and let
> > users choose what they want.
>
> I agree. Mind you, I think we should discourage use of -S, because it
> makes troubleshooting so much more difficult. But we shouldn't remove
> the option; people who are running a stable application mix and not
> having problems may well think they don't need to expend disk space on
> a postmaster log. And if we have the option then it ought to be
> supported uniformly via GUC.

Ok. I have committed the changes. The name for the option in
postgresql.conf is "silent_mode" taking a value true or false (default
to false). If silent_mode is set to true, it would have a same effect
as -S of postmaser.
--
Tatsuo Ishii

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alfred Perlstein 2000-10-08 10:48:34 Still crashing with latest 7.0.2 (Re: (forw) more crashes)
Previous Message Bruce Momjian 2000-10-08 04:50:53 Re: Reimplementing UNION/INTERSECT/EXCEPT