We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent6ef2ea0 commit084e264Copy full SHA for 084e264
patches/REL_14_STABLE-pg_pathman-core.diff
@@ -353,6 +353,19 @@ index ee5ad3c058..dc474819d7 100644
353
PartitionDirectory es_partition_directory;/* for PartitionDesc lookup */
354
355
/*
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;
369
diff --git a/src/tools/msvc/Install.pm b/src/tools/msvc/Install.pm
370
index de22c9ba2c..c8be5323b8 100644
371
--- a/src/tools/msvc/Install.pm