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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Petr Jelinek <pjmodos(at)seznam(dot)cz>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-patches(at)postgresql(dot)org, dpage(at)vale-housing(dot)co(dot)uk, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Chuck McDevitt <cmcdevitt(at)greenplum(dot)com>
Subject: Re: [HACKERS] Proposed patch to getaddrinfo.c to support
Date: 2005-08-25 21:51:24
Message-ID: 25643.1125006684@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Petr Jelinek <pjmodos(at)seznam(dot)cz> writes:
> Andrew Dunstan wrote:
>> So, not quite there yet.

> [I did make check only in W2K because I don't have direct access to XP
> machine now]
> No thats not windows error thats postgres error (look at pqcomm.c),
> which means HAVE_IPV6 is not defined.

Possibly, but that's apparently not the only problem. I'm looking at
the first buildfarm result with this patch,
http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=loris&dt=2005-08-25%2018:56:02

The interesting part is the postmaster log at the bottom:

LOG: could not bind IPv4 socket: No error
HINT: Is another postmaster already running on port 55678? If not, wait a few seconds and retry.
WARNING: could not create listen socket for "localhost"
FATAL: could not create any TCP/IP sockets

Apparently, access to IPv4 sockets isn't working either (and the "No
error" isn't very helpful; would seem we're not reading the right
status value).

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-08-25 21:56:16 Re: pg_dump fails to set index ownership
Previous Message Marc G. Fournier 2005-08-25 21:50:01 Re: Stuff running slooow

Browse pgsql-patches by date

  From Date Subject
Next Message Petr Jelinek 2005-08-25 22:12:04 Re: [HACKERS] Proposed patch to getaddrinfo.c to support
Previous Message Petr Jelinek 2005-08-25 21:28:49 Re: [HACKERS] Proposed patch to getaddrinfo.c to support