diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-03-08 20:58:17 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-03-08 20:58:17 -0500 |
commit | a72f0365db4168e7d720608fe3ac0ca3fe9355df (patch) | |
tree | 6d3a5620d0c08a9e7371f8e67152b9cab9cff89c /src/backend/executor/nodeGatherMerge.c | |
parent | 9722bb5757c5e90617be685bf127911b63efe08d (diff) | |
download | postgresql-a72f0365db4168e7d720608fe3ac0ca3fe9355df.tar.gz postgresql-a72f0365db4168e7d720608fe3ac0ca3fe9355df.zip |
Fix inclusions of c.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 c.h.
Discussion: https://postgr.es/m/CAEepm=2zCoeq3QxVwhS5DFeUh=yU6z81pbWMgfOB8OzyiBwxzw@mail.gmail.com
Discussion: https://postgr.es/m/11634.1488932128@sss.pgh.pa.us
Diffstat (limited to 'src/backend/executor/nodeGatherMerge.c')
0 files changed, 0 insertions, 0 deletions