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

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

Kurt Roeckx <Q(at)ping(dot)be> writes:
>> 2. SSL. Postmaster allows SSL for AF_INET but not AF_INET6.

> Hmm, it really shouldn't matter if it uses AF_INET or AF_INET6
> ... I should look into that.

Yeah, I suspect it just needs to replace the == AF_INET test with
an isAF_INETx() test. But I don't have the facilities here to
verify it.

>> 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

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2003-04-05 00:03:03 Re: more contrib: log rotator
Previous Message Kurt Roeckx 2003-04-04 23:34:11 Re: Stuff that doesn't work yet in IPv6 patch