Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit084e264

Browse files
committed
[PGPRO-7928] Fix for REL_14_STABLE diff
Tags: pg_pathman
1 parent6ef2ea0 commit084e264

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎patches/REL_14_STABLE-pg_pathman-core.diff

Lines changed: 13 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp