Thread: pgsql: Apply PGDLLIMPORT markings to some GUC variables

pgsql: Apply PGDLLIMPORT markings to some GUC variables

From
Peter Eisentraut
Date:
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.kopikova@postgrespro.ru>
Reviewed-by: Robert Haas <robertmhaas@gmail.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(-)