We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364e414 commit 6aba9f4Copy full SHA for 6aba9f4
2 files changed
src/ivfbuild.c
@@ -2,6 +2,7 @@
2
3
#include <float.h>
4
5
+#include "access/attnum.h"
6
#include "access/genam.h"
7
#include "access/generic_xlog.h"
8
#include "access/itup.h"
@@ -21,6 +22,7 @@
21
22
#include "fmgr.h"
23
#include "ivfflat.h"
24
#include "miscadmin.h"
25
+#include "nodes/execnodes.h"
26
#include "optimizer/optimizer.h"
27
#include "storage/block.h"
28
#include "storage/buf.h"
src/ivfscan.c
#include "access/relscan.h"
0 commit comments