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

Appearance settings

Commit 7cb1db1

Browse filesBrowse files
committed
Include snapmgr.h in blscan.c
Windows builds on buildfarm are failing because old_snapshot_threshold is not found in the bloom filter contrib module.
1 parent f039eaa commit 7cb1db1
Copy full SHA for 7cb1db1

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎contrib/bloom/blscan.c

Copy file name to clipboardExpand all lines: contrib/bloom/blscan.c
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include "storage/lmgr.h"
2020
#include "utils/memutils.h"
2121
#include "utils/rel.h"
22+
#include "utils/snapmgr.h"
2223

2324
#include "bloom.h"
2425

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.