postgresql/src/fe_utils
Tom Lane 9c0a0de4c9 Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.
Everything of use to frontend code should now appear in the _d.h files,
and making this change frees us from needing to worry about whether the
catalog header files proper are frontend-safe.

Remove src/interfaces/ecpg/ecpglib/pg_type.h entirely, as the previous
commit reduced it to a confusingly-named wrapper around pg_type_d.h.

In passing, make test_rls_hooks.c follow project convention of including
our own files with #include "" not <>.

Discussion: https://postgr.es/m/23690.1523031777@sss.pgh.pa.us
2018-04-08 13:59:52 -04:00
..
.gitignore Move psql's psqlscan.l into src/fe_utils. 2016-03-24 20:28:47 -04:00
conditional.c Add \if support to pgbench 2018-03-22 17:42:03 +03:00
Makefile Add \if support to pgbench 2018-03-22 17:42:03 +03:00
mbprint.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
print.c Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h. 2018-04-08 13:59:52 -04:00
psqlscan.l Update copyright for 2018 2018-01-02 23:30:12 -05:00
simple_list.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
string_utils.c Empty search_path in Autovacuum and non-psql/pgbench clients. 2018-02-26 07:39:44 -08:00