Thread: pgsql: Avoid including postgres.h in frontend compiles of src/port.

pgsql: Avoid including postgres.h in frontend compiles of src/port.

From
Robert Haas
Date:
Avoid including postgres.h in frontend compiles of src/port.

This isn't kosher, and doesn't play nicely with my recent changes to the
Makefile in this directory.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=8201aea90c2b171808c65836fcce4f29b22a9dbb

Modified Files
--------------
src/port/dirent.c     |    5 +++++
src/port/pipe.c       |    4 ++++
src/port/win32error.c |    4 ++++
3 files changed, 13 insertions(+), 0 deletions(-)