File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -353,6 +353,19 @@ index ee5ad3c058..dc474819d7 100644
353353 PartitionDirectory es_partition_directory; /* for PartitionDesc lookup */
354354
355355 /*
356+ diff --git a/src/include/utils/snapmgr.h b/src/include/utils/snapmgr.h
357+ index 33e6c14e81..abd9bba23e 100644
358+ --- a/src/include/utils/snapmgr.h
359+ +++ b/src/include/utils/snapmgr.h
360+ @@ -53,7 +53,7 @@ extern TimestampTz GetSnapshotCurrentTimestamp(void);
361+ extern TimestampTz GetOldSnapshotThresholdTimestamp(void);
362+ extern void SnapshotTooOldMagicForTest(void);
363+
364+ - extern bool FirstSnapshotSet;
365+ + extern PGDLLIMPORT bool FirstSnapshotSet;
366+
367+ extern PGDLLIMPORT TransactionId TransactionXmin;
368+ extern PGDLLIMPORT TransactionId RecentXmin;
356369diff --git a/src/tools/msvc/Install.pm b/src/tools/msvc/Install.pm
357370index de22c9ba2c..c8be5323b8 100644
358371--- a/src/tools/msvc/Install.pm
You can’t perform that action at this time.
0 commit comments