Andrew Dunstan <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> If you like, you can improve initdb to comment that line out if >> getaddrinfo chokes on "::1", rather than believing HAVE_IPV6.
> Good idea. Here's a patch for that. Rather than commenting it out I used > the slightly newer initdb facility to remove it and the associated > comment line altogether. Hm, is that really better than just commenting it out? Particularly on Windows, where we could imagine someone installing a newer version of the relevant DLL and then wanting to use IPv6. Seems to me that leaving the line present but commented out is the right thing, because it documents how things should look for IPv6. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match