mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user