Kurt Roeckx <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html