|
14 | 14 | #include"pathman.h" |
15 | 15 | #include"pathman_workers.h" |
16 | 16 | #include"xact_handling.h" |
17 | | -#include"compat/pg_compat.h" |
18 | 17 |
|
19 | 18 | #include"access/htup_details.h" |
20 | 19 | #include"access/reloptions.h" |
|
32 | 31 | #include"commands/tablespace.h" |
33 | 32 | #include"commands/trigger.h" |
34 | 33 | #include"miscadmin.h" |
35 | | -#include"nodes/plannodes.h" |
36 | | -#include"optimizer/clauses.h" |
37 | | -#include"parser/parser.h" |
| 34 | +#include"nodes/nodeFuncs.h" |
38 | 35 | #include"parser/parse_func.h" |
39 | | -#include"parser/parse_relation.h" |
40 | 36 | #include"parser/parse_utilcmd.h" |
41 | | -#include"parser/analyze.h" |
42 | 37 | #include"tcop/utility.h" |
43 | 38 | #include"utils/builtins.h" |
44 | 39 | #include"utils/datum.h" |
45 | 40 | #include"utils/fmgroids.h" |
46 | 41 | #include"utils/jsonb.h" |
47 | 42 | #include"utils/snapmgr.h" |
48 | 43 | #include"utils/lsyscache.h" |
49 | | -#include"utils/memutils.h" |
50 | 44 | #include"utils/syscache.h" |
51 | 45 | #include"utils/typcache.h" |
52 | 46 |
|
|