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

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

2006-03-29 Thread BERTHOULE Emmanuel
Hi all, with this patch, you can now restore default value with SIGHUP when commenting an variable in postgresql.conf Emmanuel BERTHOULE Index: src/backend/utils/misc/guc-file.l === RCS file: /projects/cvsroot/pgsql/src/backend/ut