Re: [PATCHES] restore to defaults values when commenting of variables

2006-04-21 Thread Bruce Momjian
Tom Lane wrote: > BERTHOULE Emmanuel <[EMAIL PROTECTED]> writes: > > with this patch, you can now restore default value with SIGHUP when > > commenting an variable in postgresql.conf > > This seems pretty poorly thought out, in particular making PGC_S_SIGHUP > >= PGC_S_OVERRIDE seems to me likely

Re: [PATCHES] restore to defaults values when commenting of variables in postgresql.conf

2006-03-29 Thread Tom Lane
BERTHOULE Emmanuel <[EMAIL PROTECTED]> writes: > with this patch, you can now restore default value with SIGHUP when > commenting an variable in postgresql.conf This seems pretty poorly thought out, in particular making PGC_S_SIGHUP >= PGC_S_OVERRIDE seems to me likely to break the interaction wit