pgsql: Don't build replacement getpeereid function on mingw.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't build replacement getpeereid function on mingw.
Date: 2011-07-26 03:49:48
Message-ID: E1QlYeS-00014b-IE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2011-07-26 03:49:59 pgsql: Don't build replacement getpeereid function on mingw.
Previous Message Andrew Dunstan 2011-07-25 23:38:46 pgsql: Silence compiler warning about uninitialized variable.