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 E1QlYeS-00014b-IE@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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c9737310d5f9b87b5edb3674b5d34eea2f198a0b

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: Silence compiler warning about uninitialized variable.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Don't build replacement getpeereid function on mingw.