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:
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user