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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Provide errno-translation wrappers around bind() and listen() on
Date: 2016-04-14 13:45:31
Message-ID: 21267.1460641531@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

David Rowley <david(dot)rowley(at)2ndquadrant(dot)com> writes:
> On 13 April 2016 at 11:52, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-04-14 14:57:34 pgsql: Docs: clarify description of LIMIT/OFFSET behavior.
Previous Message Tom Lane 2016-04-14 13:44:26 pgsql: Fix prototype of pgwin32_bind().