File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 15
15
#include "postgres.h"
16
16
17
17
#include "access/htup_details.h"
18
+ #include "access/heapam.h"
18
19
#include "access/xact.h"
19
20
#include "catalog/catalog.h"
20
21
#include "catalog/dependency.h"
Original file line number Diff line number Diff line change 21
21
#include "miscadmin.h"
22
22
#include "storage/latch.h"
23
23
#include "storage/ipc.h"
24
+ #include "storage/shmem.h"
24
25
#include "storage/sinval.h"
25
26
#include "tcop/tcopprot.h"
26
27
Original file line number Diff line number Diff line change 19
19
#ifndef TCOPPROT_H
20
20
#define TCOPPROT_H
21
21
22
- #include "executor/execdesc .h"
22
+ #include "nodes/params .h"
23
23
#include "nodes/parsenodes.h"
24
+ #include "nodes/plannodes.h"
24
25
#include "storage/procsignal.h"
25
26
#include "utils/guc.h"
26
27
You can’t perform that action at this time.
0 commit comments