Re: [HACKERS] Proposed patch to getaddrinfo.c to support

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Petr Jelinek <pjmodos(at)seznam(dot)cz>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: [HACKERS] Proposed patch to getaddrinfo.c to support
Date: 2005-08-26 22:31:11
Message-ID: 430F982F.2030509@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Petr Jelinek wrote:

>
> So I hope IPv6 episode is finally over :)
>

Almost :-)

The initdb code is failing because we didn't call WSAStartup() - this
just took me ages to track down. All the rest works.

The attached patch seems to do the trick.

cheers

andrew

Attachment Content-Type Size
initdb.patch text/x-patch 1.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim C. Nasby 2005-08-26 22:36:13 Re: Call for 7.5 feature completion
Previous Message Tom Lane 2005-08-26 22:20:47 Re: Call for 7.5 feature completion

Browse pgsql-patches by date

  From Date Subject
Next Message John Hansen 2005-08-27 05:32:28 Re: [PATCHES] insert into table (column) values (nullif('',''));
Previous Message Tom Lane 2005-08-26 17:42:52 Re: force C locale for temp regression installations