mirror of
https://github.com/postgres/postgres.git
synced 2025-08-06 18:42:54 +03:00
Fix missing #include in nodeResultCache.h.
Per cpluspluscheck.
This commit is contained in:
@@ -66,7 +66,6 @@
|
|||||||
|
|
||||||
#include "postgres.h"
|
#include "postgres.h"
|
||||||
|
|
||||||
#include "access/parallel.h"
|
|
||||||
#include "common/hashfn.h"
|
#include "common/hashfn.h"
|
||||||
#include "executor/executor.h"
|
#include "executor/executor.h"
|
||||||
#include "executor/nodeResultCache.h"
|
#include "executor/nodeResultCache.h"
|
||||||
|
@@ -14,6 +14,7 @@
|
|||||||
#ifndef NODERESULTCACHE_H
|
#ifndef NODERESULTCACHE_H
|
||||||
#define NODERESULTCACHE_H
|
#define NODERESULTCACHE_H
|
||||||
|
|
||||||
|
#include "access/parallel.h"
|
||||||
#include "nodes/execnodes.h"
|
#include "nodes/execnodes.h"
|
||||||
|
|
||||||
extern ResultCacheState *ExecInitResultCache(ResultCache *node, EState *estate, int eflags);
|
extern ResultCacheState *ExecInitResultCache(ResultCache *node, EState *estate, int eflags);
|
||||||
|
Reference in New Issue
Block a user