mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 14:19:26 -04:00
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.
This commit is contained in:
parent
f039eaac71
commit
7cb1db1d95
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
#include "storage/lmgr.h"
|
||||
#include "utils/memutils.h"
|
||||
#include "utils/rel.h"
|
||||
#include "utils/snapmgr.h"
|
||||
|
||||
#include "bloom.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue