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
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