Re: pgsql: Provide errno-translation wrappers around bind() and listen() on - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Provide errno-translation wrappers around bind() and listen() on
Date
Msg-id 21267.1460641531@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Provide errno-translation wrappers around bind() and listen() on  (David Rowley <david.rowley@2ndquadrant.com>)
List pgsql-committers
David Rowley <david.rowley@2ndquadrant.com> writes:
> On 13 April 2016 at 11:52, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Provide errno-translation wrappers around bind() and listen() on Windows.

> I'm not really sure why you made pgwin32_bind take a pointer to an
> int, instead of just an int. I assume a mistake?

Sheer brain fade, exacerbated by not looking closely at the buildfarm
results :-(

Thanks for the patch, pushed.

            regards, tom lane


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix prototype of pgwin32_bind().
Next
From: Tom Lane
Date:
Subject: pgsql: Docs: clarify description of LIMIT/OFFSET behavior.