pgsql: Use type pgsocket for Windows pipe emulation socket calls

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use type pgsocket for Windows pipe emulation socket calls
Date: 2014-06-16 19:33:23
Message-ID: E1Wwceh-0006cL-PC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use type pgsocket for Windows pipe emulation socket calls

This prevents several compiler warnings on Windows.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0ada6b84b058b76095ffffa69175e82b6f3e63ec

Modified Files
--------------
src/bin/pg_dump/parallel.c | 26 +++++++++++++++++++-------
1 file changed, 19 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-06-16 19:55:56 pgsql: Avoid recursion when processing simple lists of AND'ed or OR'ed
Previous Message Bruce Momjian 2014-06-16 19:24:42 pgsql: Use type pgsocket for Windows pipe emulation socket calls