Re: pgsql: Move code for backend startup to separate file - Mailing list pgsql-committers

From Michael Paquier
Subject Re: pgsql: Move code for backend startup to separate file
Date
Msg-id Zh3I8ImuOhMF557w@paquier.xyz
Whole thread Raw
In response to Re: pgsql: Move code for backend startup to separate file  (Michael Paquier <michael@paquier.xyz>)
List pgsql-committers
On Mon, Apr 15, 2024 at 05:24:39PM +0900, Michael Paquier wrote:
>  extern PGDLLIMPORT const char *progname;
>
> +extern bool LoadedSSL;
>
> This variable is missing a PGDLLIMPORT, it seems.
>
> aafc05de1bf5 has missed a second one with MyClientSocket.  Both are
> declared in postmaster.h.

For now, I've fixed these two with 768ceeeaa127.
--
Michael

Attachment

pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add missing PGDLLIMPORT markings
Next
From: Michael Paquier
Date:
Subject: pgsql: xml2: Replace deprecated routines with recommended ones