Remove duplicating definition of pg_attribute_format_arg etc.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 21 Sep 2023 01:51:03 +0000 (10:51 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 21 Sep 2023 01:51:03 +0000 (10:51 +0900)
commitbce1eaa6419dbf8737e68c65c16fce3eadfc3e97
tree3f724224e17d9f5cf545c4a5875d97d05fee556c
parent3bd6941f193073ae9b9a646db096e78a2b6dd4ce
Remove duplicating definition of pg_attribute_format_arg etc.

They were defined in both src/include/parser/pg_config_manual.h and
src/include/parser/pool_parser.h".  Remove the definitions from
pg_config_manual.h because pool_parser.h is including such that
definitions originated in PostgreSQL's c.h.
src/include/parser/pg_config_manual.h
src/include/utils/fe_ports.h
src/include/utils/palloc.h
src/include/utils/psqlscan.h