Re: 7.4RC2 regression failur and not running stats collector process

From: Kurt Roeckx <Q(at)ping(dot)be>
To: Derek Morr <dvm105(at)psu(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 7.4RC2 regression failur and not running stats collector process
Date: 2003-11-14 18:25:36
Message-ID: 20031114182536.GA3305@ping.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Nov 13, 2003 at 04:04:23PM -0500, Derek Morr wrote:
>
> the
> machine I'm using (a V880 running 2.8) has no IPv6 address on any of its
> interfaces.

So the for loop over the addresses that are returned should go
over both socket() and bind() instead of only socket(). And
probably connect() too.

The code now assumes if you create a socket of a certain type you
can actually use it.

Kurt

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2003-11-14 18:27:32 Re: Need help.
Previous Message Alvaro Herrera 2003-11-14 18:19:46 Re: INSERT extremely slow with large data sets