projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f039eaa
)
Include snapmgr.h in blscan.c
author
Kevin Grittner
<kgrittn@postgresql.org>
Thu, 21 Apr 2016 16:51:20 +0000
(11:51 -0500)
committer
Kevin Grittner
<kgrittn@postgresql.org>
Thu, 21 Apr 2016 16:51:20 +0000
(11:51 -0500)
Windows builds on buildfarm are failing because
old_snapshot_threshold is not found in the bloom filter contrib
module.
contrib/bloom/blscan.c
patch
|
blob
|
history
diff --git
a/contrib/bloom/blscan.c
b/contrib/bloom/blscan.c
index fc82f543738952033fc8b26cdb7a17914e6e3587..12b15b69c9b83193edc89a3c0a38b28905988a29 100644
(file)
--- a/
contrib/bloom/blscan.c
+++ b/
contrib/bloom/blscan.c
@@
-19,6
+19,7
@@
#include "storage/lmgr.h"
#include "utils/memutils.h"
#include "utils/rel.h"
+#include "utils/snapmgr.h"
#include "bloom.h"