Re: log_line_info - Mailing list pgsql-patches

From Jon Jensen
Subject Re: log_line_info
Date
Msg-id Pine.LNX.4.58.0403012127230.12165@louche.swelter.net
Whole thread Raw
In response to log_line_info  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: log_line_info  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-patches
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

pgsql-patches by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: Foreign key type checking patch
Next
From: Andrew Dunstan
Date:
Subject: Re: log_line_info