pgsql: Apply PGDLLIMPORT markings to some GUC variables

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Apply PGDLLIMPORT markings to some GUC variables
Date: 2024-08-14 09:49:50
Message-ID: E1seAda-0046uB-P8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Apply PGDLLIMPORT markings to some GUC variables

According to the commit message in 8ec569479, we must have all variables
in header files marked with PGDLLIMPORT. In commit d3cc5ffe81f6 some
variables were moved from launch_backend.c file to several header files.

This adds PGDLLIMPORT to moved variables.

Author: Sofia Kopikova <s(dot)kopikova(at)postgrespro(dot)ru>
Reviewed-by: Robert Haas <robertmhaas(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/e0b17014-5319-4dd6-91cd-93d9c8fc9539%40postgrespro.ru

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5304fec4d8a141abe6f8f6f2a6862822ec1f3598

Modified Files
--------------
src/include/postmaster/syslogger.h | 2 +-
src/include/storage/pmsignal.h | 2 +-
src/include/storage/proc.h | 4 ++--
src/include/storage/procsignal.h | 2 +-
src/include/utils/guc.h | 10 +++++-----
5 files changed, 10 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2024-08-14 18:57:26 pgsql: libpq: Trace responses to SSLRequest and GSSENCRequest
Previous Message Peter Eisentraut 2024-08-14 06:12:38 pgsql: Remove TRACE_SORT macro