Skip to content

Commit 084e264

Browse files
committed
[PGPRO-7928] Fix for REL_14_STABLE diff
Tags: pg_pathman
1 parent 6ef2ea0 commit 084e264

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

patches/REL_14_STABLE-pg_pathman-core.diff

+13
Original file line numberDiff line numberDiff 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;
356369
diff --git a/src/tools/msvc/Install.pm b/src/tools/msvc/Install.pm
357370
index de22c9ba2c..c8be5323b8 100644
358371
--- a/src/tools/msvc/Install.pm

0 commit comments

Comments
 (0)