summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorPeter Eisentraut2025-02-02 07:11:57 +0000
committerPeter Eisentraut2025-02-02 07:11:57 +0000
commit119fc30dd5bd918819b864107ddc8baac51f4d22 (patch)
tree792942fed830f1045641e8eb7c439efe1c732812 /src/backend
parentd61b9662b09ea55d175680cc31b24768d95972f6 (diff)
Move CompareType to separate header file
We'll want to make use of it in more places, and we'd prefer to not have to include all of primnodes.h everywhere. Author: Mark Dilger <[email protected]> Reviewed-by: Peter Eisentraut <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/[email protected]
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/nodes/Makefile1
-rw-r--r--src/backend/nodes/gen_node_support.pl1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/nodes/Makefile b/src/backend/nodes/Makefile
index 66bbad8e6e0..77ddb9ca53f 100644
--- a/src/backend/nodes/Makefile
+++ b/src/backend/nodes/Makefile
@@ -46,6 +46,7 @@ node_headers = \
nodes/plannodes.h \
nodes/execnodes.h \
access/amapi.h \
+ access/cmptype.h \
access/sdir.h \
access/tableam.h \
access/tsmapi.h \
diff --git a/src/backend/nodes/gen_node_support.pl b/src/backend/nodes/gen_node_support.pl
index 7c012c27f88..1a657f7e0ae 100644
--- a/src/backend/nodes/gen_node_support.pl
+++ b/src/backend/nodes/gen_node_support.pl
@@ -58,6 +58,7 @@ my @all_input_files = qw(
nodes/plannodes.h
nodes/execnodes.h
access/amapi.h
+ access/cmptype.h
access/sdir.h
access/tableam.h
access/tsmapi.h