Re: pgsql: Move code for backend startup to separate file

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pgsql: Move code for backend startup to separate file
Дата
Msg-id Zh3I8ImuOhMF557w@paquier.xyz
обсуждение исходный текст
Ответ на Re: pgsql: Move code for backend startup to separate file  (Michael Paquier <michael@paquier.xyz>)
Список 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

Вложения

В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add missing PGDLLIMPORT markings
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: xml2: Replace deprecated routines with recommended ones