pgsql: Mark assorted variables PGDLLIMPORT.

Lists: pgsql-committers
From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Mark assorted variables PGDLLIMPORT.
Date: 2017-12-05 14:42:32
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Mark assorted variables PGDLLIMPORT.

This makes life easier for extension authors who wish to support
Windows.

Brian Cloutier, slightly amended by me.

Discussion: http://postgr.es/m/CAJCy68fscdNhmzFPS4kyO00CADkvXvEa-28H-OtENk-pa2OTWw@mail.gmail.com

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f4bb60ed69d8d88beef8fa22ad2fcbb99769ef4d

Modified Files
--------------
src/include/access/twophase.h | 2 +-
src/include/commands/extension.h | 4 ++--
src/include/miscadmin.h | 10 +++++-----
src/include/pgtime.h | 2 +-
src/include/postmaster/postmaster.h | 4 ++--
src/include/storage/fd.h | 2 +-
src/include/storage/proc.h | 4 ++--
src/include/tcop/dest.h | 3 ++-
src/include/tcop/tcopprot.h | 2 +-
src/include/utils/guc.h | 6 +++---
src/include/utils/snapmgr.h | 8 ++++----
11 files changed, 24 insertions(+), 23 deletions(-)