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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid including postgres.h in frontend compiles of src/port.
Date: 2011-02-04 18:13:16
Message-ID: E1PlQ9k-00032L-Co@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-02-04 19:23:38 pgsql: In docs, move PQrequestCancel() deprecation mention up to match
Previous Message Robert Haas 2011-02-04 18:09:18 pgsql: Update ALTER TABLE docs to mention using VACUUM FULL for rewrite