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.
Branch
------
REL9_4_STABLE
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(-)