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

From Magnus Hagander
Subject Re: Changing postgresql.conf values without restarting the postmaster?
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34BA62@algol.sollentuna.se
Whole thread Raw
In response to Changing postgresql.conf values without restarting the postmaster?  (Vitaly Belman <vitalybe@yahoo.com>)
List pgsql-hackers-win32
> > 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...

Yup. In this case, it's the locale stuff. I'm on that one. While I do
that one, I'll see if I can look over the rest of the PGC_INTERNALs.

//Magnus

pgsql-hackers-win32 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Changing postgresql.conf values without restarting the postmaster?
Next
From: "Jason Priebe"
Date:
Subject: large objects issue