Re: [HACKERS] Fix for log_line_prefix and session display

2012-10-16 Thread Bruce Momjian
Applied. --- On Mon, Oct 15, 2012 at 02:22:33PM -0400, Bruce Momjian wrote: > On Mon, Oct 15, 2012 at 10:01:29AM +0200, Albe Laurenz wrote: > > Bruce Momjian wrote: > > > Currently, our session id, displayed by log_line_pref

Re: [HACKERS] Fix for log_line_prefix and session display

2012-10-15 Thread Bruce Momjian
On Mon, Oct 15, 2012 at 10:01:29AM +0200, Albe Laurenz wrote: > Bruce Momjian wrote: > > Currently, our session id, displayed by log_line_prefix and CSV > output, > > is made up of the session start time epoch seconds and the process id. > > The problem is that the printf mask is currently %lx.%x,

Re: [HACKERS] Fix for log_line_prefix and session display

2012-10-15 Thread Albe Laurenz
Bruce Momjian wrote: > Currently, our session id, displayed by log_line_prefix and CSV output, > is made up of the session start time epoch seconds and the process id. > The problem is that the printf mask is currently %lx.%x, causing a > process id less than 4096 to not display a full four hex dig