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.
This commit is contained in:
parent
574268e37b
commit
56018bf26e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user