Skip to content

Commit 789d81d

Browse files
committed
Fix missing #include in nodeResultCache.h.
Per cpluspluscheck.
1 parent 3a51306 commit 789d81d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/backend/executor/nodeResultCache.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666

6767
#include "postgres.h"
6868

69-
#include "access/parallel.h"
7069
#include "common/hashfn.h"
7170
#include "executor/executor.h"
7271
#include "executor/nodeResultCache.h"

src/include/executor/nodeResultCache.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#ifndef NODERESULTCACHE_H
1515
#define NODERESULTCACHE_H
1616

17+
#include "access/parallel.h"
1718
#include "nodes/execnodes.h"
1819

1920
extern ResultCacheState *ExecInitResultCache(ResultCache *node, EState *estate, int eflags);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy