pgsql: Remove inappropriate inclusions of c.h and postgres_fe.h. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove inappropriate inclusions of c.h and postgres_fe.h.
Date
Msg-id E1u995b-0025Jy-2e@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove inappropriate inclusions of c.h and postgres_fe.h.

Per our usual policy, Postgres header files should not include these;
the decision as to which one to use is to be made in the calling .c
file instead.

These errors aren't particularly new, but I'm not feeling a need
to back-patch these changes; it's mostly just neatnik-ism.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2f5b05620330baed1648a1a6e2f231c7ba1368d1

Modified Files
--------------
src/bin/pg_combinebackup/copy_file.h | 1 -
src/include/fe_utils/option_utils.h  | 2 --
src/include/fe_utils/query_utils.h   | 2 --
3 files changed, 5 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Don't use double-quotes in #include's of system headers, redux.
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Disallow removing placeholders during Self-Join Elimination.