Include snapmgr.h in blscan.c
authorKevin Grittner <kgrittn@postgresql.org>
Thu, 21 Apr 2016 16:51:20 +0000 (11:51 -0500)
committerKevin 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

index fc82f543738952033fc8b26cdb7a17914e6e3587..12b15b69c9b83193edc89a3c0a38b28905988a29 100644 (file)
@@ -19,6 +19,7 @@
 #include "storage/lmgr.h"
 #include "utils/memutils.h"
 #include "utils/rel.h"
+#include "utils/snapmgr.h"
 
 #include "bloom.h"