Re: log_line_info

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: log_line_info
Дата
Msg-id 40415953.8020305@dunslane.net
обсуждение исходный текст
Ответ на log_line_info  (Andrew Dunstan <andrew@dunslane.net>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: win32 int/float test fixes
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: log_line_info