Re: Stuff that doesn't work yet in IPv6 patch - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Stuff that doesn't work yet in IPv6 patch
Date
Msg-id 10498.1049499437@sss.pgh.pa.us
Whole thread Raw
In response to Re: Stuff that doesn't work yet in IPv6 patch  (Kurt Roeckx <Q@ping.be>)
Responses Re: Stuff that doesn't work yet in IPv6 patch  (Kurt Roeckx <Q@ping.be>)
List pgsql-hackers
Kurt Roeckx <Q@ping.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



pgsql-hackers by date:

Previous
From: Kurt Roeckx
Date:
Subject: Re: Stuff that doesn't work yet in IPv6 patch
Next
From: Peter Eisentraut
Date:
Subject: Re: more contrib: log rotator