summaryrefslogtreecommitdiff
path: root/src/include/utils/snapmgr.h
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2017-03-09 22:55:46 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2017-03-09 22:55:46 -0500
commit56018bf26eec1a0b4bf20303c98065a8eb1b0c5d (patch)
tree6ef048c12dbf0f251c286f602811e2fd2defc296 /src/include/utils/snapmgr.h
parent574268e37b3b7b3449eb0034013443d88f4bd320 (diff)
contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified.
Per buildfarm. Maybe some of the other xmin variables in snapmgr.h ought to get this too, but for the moment I'm just interested in un-breaking the buildfarm.
Diffstat (limited to 'src/include/utils/snapmgr.h')
-rw-r--r--src/include/utils/snapmgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/snapmgr.h b/src/include/utils/snapmgr.h
index ab953669bf2..86c48d9c8ef 100644
--- a/src/include/utils/snapmgr.h
+++ b/src/include/utils/snapmgr.h
@@ -58,7 +58,7 @@ extern bool FirstSnapshotSet;
extern TransactionId TransactionXmin;
extern TransactionId RecentXmin;
-extern TransactionId RecentGlobalXmin;
+extern PGDLLIMPORT TransactionId RecentGlobalXmin;
extern TransactionId RecentGlobalDataXmin;
extern Snapshot GetTransactionSnapshot(void);