Re: Stuff that doesn't work yet in IPv6 patch

From: Kurt Roeckx <Q(at)ping(dot)be>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Stuff that doesn't work yet in IPv6 patch
Date: 2003-04-05 12:34:24
Message-ID: 20030405123424.GA20668@ping.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Apr 04, 2003 at 06:37:17PM -0500, Tom Lane wrote:
>
> >> 4. pgstat code can only bind to 127.0.0.1 (v4 loopback). On a v6-only
> >> machine this would not exist, would it?
>
> > I'm not sure, but I think I changed something about that. Can
> > you point me to that code?
>
> src/backend/postmaster/pgstat.c

That was the code I was thinking it was. I changed the code
already.

I find it so weird, why isn't it just using socketpair() or
something?

Kurt

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Manfred Koizar 2003-04-05 14:13:03 Separate build directory
Previous Message Ed L. 2003-04-05 07:40:43 Re: dbmirror revisions