pgsql: Fix prototype of pgwin32_bind().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix prototype of pgwin32_bind().
Date: 2016-04-14 13:44:26
Message-ID: E1aqhZK-00026J-5N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix prototype of pgwin32_bind().

I (tgl) had copied-and-pasted this from pgwin32_accept(), failing to
notice that the third parameter should be "int" not "int *".

David Rowley

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/22989a8e34168f576e0f90b16fc3edabd28c40e6

Modified Files
--------------
src/backend/port/win32/socket.c | 2 +-
src/include/port/win32.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-04-14 13:45:31 Re: pgsql: Provide errno-translation wrappers around bind() and listen() on
Previous Message Michael Paquier 2016-04-14 11:41:41 Re: [COMMITTERS] pgsql: Add regression tests for multiple synchronous standbys.