postgresql/src/include/parser
John Naylor ecaf7c5df5 Move gramparse.h to src/backend/parser
This header is semi-private, being used only in files related to
raw parsing, so move to the backend directory where those files
live. This allows removal of Makefile rules that symlink gram.h to
src/include/parser, since gramparse.h can now include gram.h from
within the same directory. This has the side-effect of no longer
installing gram.h and gramparse.h, but there doesn't seem to be a
good reason to continue doing so.

Per suggestion from Andres Freund and Peter Eisentraut
Discussion: https://www.postgresql.org/message-id/20220904181759.px6uosll6zbxcum5%40awork3.anarazel.de
2022-09-14 10:57:13 +07:00
..
analyze.h Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00
kwlist.h Revert SQL/JSON features 2022-09-01 17:07:14 -04:00
parse_agg.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
parse_clause.h Revert SQL/JSON features 2022-09-01 17:07:14 -04:00
parse_coerce.h Fix failure to validate the result of select_common_type(). 2022-01-29 11:41:18 -05:00
parse_collate.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
parse_cte.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
parse_enr.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
parse_expr.h Apply PGDLLIMPORT markings broadly. 2022-04-08 08:16:38 -04:00
parse_func.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
parse_merge.h Add support for MERGE SQL command 2022-03-28 16:47:48 +02:00
parse_node.h Make subquery aliases optional in the FROM clause. 2022-07-20 09:29:42 +01:00
parse_oper.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
parse_param.h Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00
parse_relation.h Add support for MERGE SQL command 2022-03-28 16:47:48 +02:00
parse_target.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
parse_type.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
parse_utilcmd.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
parser.h Apply PGDLLIMPORT markings broadly. 2022-04-08 08:16:38 -04:00
parsetree.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
scanner.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
scansup.h Update copyright for 2022 2022-01-07 19:04:57 -05:00