1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-18 02:02:55 +03:00

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 <mark.dilger@enterprisedb.com>
Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Discussion: https://www.postgresql.org/message-id/flat/E72EAA49-354D-4C2E-8EB9-255197F55330@enterprisedb.com
This commit is contained in:
Peter Eisentraut
2025-02-02 08:11:57 +01:00
parent d61b9662b0
commit 119fc30dd5
6 changed files with 48 additions and 28 deletions

View File

@@ -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 \

View File

@@ -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