Re: Improve logging when using Huge Pages - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Improve logging when using Huge Pages
Date
Msg-id ZIgOSa+ScmYqHdfE@paquier.xyz
Whole thread Raw
In response to Re: Improve logging when using Huge Pages  (Nathan Bossart <nathandbossart@gmail.com>)
List pgsql-hackers
On Mon, Jun 12, 2023 at 11:11:14PM -0700, Nathan Bossart wrote:
> On Tue, Jun 13, 2023 at 02:50:30PM +0900, Michael Paquier wrote:
>> Don't we need to update save_backend_variables() and add an entry
>> in BackendParameters to make other processes launched by EXEC_BACKEND
>> inherit the status value set?
>
> I thought this was handled by read/write_nondefault_variables().

Ah, you are right.  I forgot this part.  That should be OK.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: pg_get_indexdef() modification to use TxnSnapshot
Next
From: Konstantin Knizhnik
Date:
Subject: Re: Let's make PostgreSQL multi-threaded