| From: | Jon Jensen <jon(at)endpoint(dot)com> |
|---|---|
| To: | "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org> |
| Subject: | Re: log_line_info |
| Date: | 2004-03-01 21:38:37 |
| Message-ID: | Pine.LNX.4.58.0403012127230.12165@louche.swelter.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Simon Riggs | 2004-03-02 00:27:51 | Re: Avoid MVCC using exclusive lock possible? |
| Previous Message | Michael Chaney | 2004-03-01 21:18:43 | Re: User defined types -- Social Security number... |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2004-03-02 01:32:43 | Re: log_line_info |
| Previous Message | Fabien COELHO | 2004-03-01 18:39:29 | Re: Foreign key type checking patch |