Re: NULL pointer dereference in syslogger with load_libraries() and -DEXEC_BACKEND at startup

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Cc: Euler Taveira <euler(at)eulerto(dot)com>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: NULL pointer dereference in syslogger with load_libraries() and -DEXEC_BACKEND at startup
Date: 2026-06-08 23:20:21
Message-ID: aidONcFH1r8G_3qH@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jun 08, 2026 at 08:03:35PM +0200, Alvaro Herrera wrote:
> On 2026-May-27, Michael Paquier wrote:
>> It also looks important to me to plant a few comments to document the
>> purpose of the flag (which is I'm sure something you were going to
>> do). It is not complicated to see what's the purpose by grepping for
>> syslogger_setup_done, but it would be less guessing for the reader.
>
> Yep, done and pushed.

Thanks for the fix.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2026-06-08 23:21:43 Re: Use correct type for catalog_xmin
Previous Message Matheus Alcantara 2026-06-08 23:08:46 Re: Add pattern matching support for LISTEN/NOTIFY channels