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


---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster

Reply via email to