We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff963b3 commit 0689dc3Copy full SHA for 0689dc3
src/include/executor/nodeHashjoin.h
@@ -14,6 +14,7 @@
14
#ifndef NODEHASHJOIN_H
15
#define NODEHASHJOIN_H
16
17
+#include "access/parallel.h"
18
#include "nodes/execnodes.h"
19
#include "storage/buffile.h"
20
src/include/utils/sharedtuplestore.h
@@ -13,6 +13,7 @@
13
#ifndef SHAREDTUPLESTORE_H
#define SHAREDTUPLESTORE_H
+#include "access/htup.h"
#include "storage/fd.h"
#include "storage/sharedfileset.h"
0 commit comments