Re: log_line_info - Mailing list pgsql-patches

From Andrew Dunstan
Subject Re: log_line_info
Date
Msg-id 40415953.8020305@dunslane.net
Whole thread Raw
In response to log_line_info  (Andrew Dunstan <andrew@dunslane.net>)
List 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


pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: win32 int/float test fixes
Next
From: Andrew Dunstan
Date:
Subject: Re: log_line_info