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

Commit1421664

Browse files
committed
PGDLLIMPORT-ify old_snapshot_threshold.
Revert commit7cb1db1, which representeda misunderstanding of the problem (if snapmgr.h weren't already includedin bufmgr.h, things wouldn't compile anywhere). Instead install whatI think is the real fix.
1 parent1f7c85b commit1421664

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎contrib/bloom/blscan.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include"storage/lmgr.h"
2020
#include"utils/memutils.h"
2121
#include"utils/rel.h"
22-
#include"utils/snapmgr.h"
2322

2423
#include"bloom.h"
2524

‎src/include/utils/snapmgr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
/* GUC variables */
23-
externintold_snapshot_threshold;
23+
externPGDLLIMPORTintold_snapshot_threshold;
2424

2525

2626
externSizeSnapMgrShmemSize(void);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp