Re: [BUGS] BUG #2195: log_min_messages crash server when in DEBUG3 to 5

2006-01-26 Thread Tom Lane
Bruce Momjian writes: > I was able to reproduce this on Unix by adding -DEXEC_BACKEND to the > compile line. It errors out on DEBUG3 and higher. Oh, OK, I'll take a look. regards, tom lane ---(end of broadcast)--- TIP 3: H

Re: [BUGS] BUG #2195: log_min_messages crash server when in DEBUG3 to 5

2006-01-23 Thread Milen A. Radev
Tom Lane writes: > "Jaime Casanova" <[EMAIL PROTECTED]> writes: >> in my machine (win xp) i was trying to start psql (8.1.1) with >> log_min_messages to debug5 (just to see the messages :) but even the >> service start i cannot use psql nor pgadmin i receive an error of >> server closed the connec

Re: [BUGS] BUG #2195: log_min_messages crash server when in DEBUG3 to 5

2006-01-21 Thread Tom Lane
"Jaime Casanova" <[EMAIL PROTECTED]> writes: > in my machine (win xp) i was trying to start psql (8.1.1) with > log_min_messages to debug5 (just to see the messages :) but even the > service start i cannot use psql nor pgadmin i receive an error of > server closed the connection unexpectedly Can'

[BUGS] BUG #2195: log_min_messages crash server when in DEBUG3 to 5

2006-01-21 Thread Jaime Casanova
The following bug has been logged online: Bug reference: 2195 Logged by: Jaime Casanova Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.1 Operating system: Windows XP Description:log_min_messages crash server when in DEBUG3 to 5 Details: Hi, in my machine