pgsql: Don't build replacement getpeereid function on mingw. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Don't build replacement getpeereid function on mingw.
Date
Msg-id E1QlYed-00014x-SB@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Don't build replacement getpeereid function on mingw.

Windows doesn't have Unix sockets, so it's not needed, and moreover causes compile warnings.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5c70cc890dfadb4579c8e96c4b27cce285e75cfc

Modified Files
--------------
configure    |   16 ++++++++++++----
configure.in |   10 +++++++---
2 files changed, 19 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Don't build replacement getpeereid function on mingw.
Next
From: Robert Haas
Date:
Subject: pgsql: Clarify which relkinds accept column comments.