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:24:42
Message-ID: E1WwcWI-0006Q5-Bw@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
------
master

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

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 Bruce Momjian 2014-06-16 19:33:23 pgsql: Use type pgsocket for Windows pipe emulation socket calls
Previous Message Noah Misch 2014-06-14 15:05:33 pgsql: Make pqsignal() available to pg_regress of ECPG and isolation su