Fix inclusions of postgres_fe.h from .h files.
We have a project policy that every .c file should start by including postgres.h, postgres_fe.h, or c.h as appropriate; and then there is no need for any .h file to explicitly include any of these. Fix a few headers that were violating this policy by including postgres_fe.h. Discussion: https://postgr.es/m/CAEepm=2zCoeq3QxVwhS5DFeUh=yU6z81pbWMgfOB8OzyiBwxzw@mail.gmail.com Discussion: https://postgr.es/m/11634.1488932128@sss.pgh.pa.us
Showing
- src/interfaces/ecpg/ecpglib/extern.h 1 addition, 1 deletionsrc/interfaces/ecpg/ecpglib/extern.h
- src/interfaces/ecpg/test/pg_regress_ecpg.c 3 additions, 0 deletionssrc/interfaces/ecpg/test/pg_regress_ecpg.c
- src/interfaces/libpq/libpq-int.h 0 additions, 1 deletionsrc/interfaces/libpq/libpq-int.h
- src/test/isolation/isolation_main.c 2 additions, 0 deletionssrc/test/isolation/isolation_main.c
- src/test/regress/pg_regress.c 3 additions, 1 deletionsrc/test/regress/pg_regress.c
- src/test/regress/pg_regress.h 0 additions, 1 deletionsrc/test/regress/pg_regress.h
- src/test/regress/pg_regress_main.c 2 additions, 0 deletionssrc/test/regress/pg_regress_main.c
Loading
Please register or sign in to comment