Commit 789d81de authored by Tom Lane's avatar Tom Lane

Fix missing #include in nodeResultCache.h.

Per cpluspluscheck.
parent 3a513067
......@@ -66,7 +66,6 @@
#include "postgres.h"
#include "access/parallel.h"
#include "common/hashfn.h"
#include "executor/executor.h"
#include "executor/nodeResultCache.h"
......
......@@ -14,6 +14,7 @@
#ifndef NODERESULTCACHE_H
#define NODERESULTCACHE_H
#include "access/parallel.h"
#include "nodes/execnodes.h"
extern ResultCacheState *ExecInitResultCache(ResultCache *node, EState *estate, int eflags);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment