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

Commit56018bf

Browse files
committed
contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified.
Per buildfarm. Maybe some of the other xmin variables in snapmgr.hought to get this too, but for the moment I'm just interested inun-breaking the buildfarm.
1 parent574268e commit56018bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/utils/snapmgr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ extern bool FirstSnapshotSet;
5858

5959
externTransactionIdTransactionXmin;
6060
externTransactionIdRecentXmin;
61-
externTransactionIdRecentGlobalXmin;
61+
externPGDLLIMPORTTransactionIdRecentGlobalXmin;
6262
externTransactionIdRecentGlobalDataXmin;
6363

6464
externSnapshotGetTransactionSnapshot(void);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp