Re: log_line_info

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: log_line_info
Date: 2004-02-29 03:15:31
Message-ID: 40415953.8020305@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian wrote:

>
>+ case 'C':
>+ j += snprintf(result+j,result_len-j,"%lx.%lx",
>+ (long)(MyProcPort->session_start.tv_sec),
>+ (long)MyProcPid);
>
>One other comment. Are you sure you want a period between the start
>time and pid in the session id display?
>
>

That was deliberate in case people wanted to parse the cookie into its
component parts. I'm fairly agnostic about it, though.

cheers

andrew

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2004-02-29 03:22:49 Re: log_line_info
Previous Message Bruce Momjian 2004-02-29 02:41:52 Re: win32 int/float test fixes