Re: Changing postgresql.conf values without restarting the postmaster? - Mailing list pgsql-hackers-win32

From Tom Lane
Subject Re: Changing postgresql.conf values without restarting the postmaster?
Date
Msg-id 17022.1084979573@sss.pgh.pa.us
Whole thread Raw
In response to Re: Changing postgresql.conf values without restarting the postmaster?  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-hackers-win32
"Magnus Hagander" <mha@sollentuna.net> writes:
> The problem is that write_nondefault_variables() writes out variables of
> type PGC_INTERNAL. I've attached a patch that simply prevents it from
> doing this. It does make the problem go away, and I *think* it should be
> safe, but I'm not totally sure...

The issue then is whether there are other mechanisms in place to ensure
that backends correctly inherit the values associated with these
variables...

            regards, tom lane

pgsql-hackers-win32 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Compile error src/timezone/pgtz.c
Next
From: "Magnus Hagander"
Date:
Subject: Re: Changing postgresql.conf values without restarting the postmaster?