On Sun, 29 Feb 2004, Andrew Dunstan wrote: > . changed source port reporting from host:port to host(port) to avoid > IP6 address ambiguity.
I have no idea how widespread this is, but recent versions of BIND write it this way: 127.0.0.1#953 ::1#953 Personally I'd kind of like to see host:port for IPv4 (for familiarity) and host#port for IPv6 (for clarity), but I don't know that it's worth spending much time on. Excellent patch, though. Jon ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match