Re: BUG #2195: log_min_messages crash server when in DEBUG3 to

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "Milen A(dot) Radev" <milen(at)radev(dot)net>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2195: log_min_messages crash server when in DEBUG3 to
Date: 2006-01-26 17:55:00
Message-ID: 22707.1138298100@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Tom Lane wrote:
>> I tried on CVS tip and don't see a problem. Which branch were you
>> testing?

> Uh, CVS HEAD. I put -DEXEC_BACKEND into Makefile.custom, and recompiled
> and initdb'ed. I then modified postgresql.conf and set log_min_messages
> to "debug5". Then stop and start the server. The server log looks like
> the server is running, but you cannot connect using psql, so something
> died.

[ scratches head... ] I put "#define EXEC_BACKEND 1" into pg_config.h
instead, and didn't bother to initdb, but otherwise the same. Wonder
why it's not failing for me. Something platform-specific maybe?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Taworn T. 2006-01-26 18:41:27 BUG #2216: Cannot unregister service
Previous Message Bruce Momjian 2006-01-26 17:50:56 Re: BUG #2195: log_min_messages crash server when in DEBUG3 to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-01-26 18:04:53 Re: [HACKERS] [PATCH] Better way to check for getaddrinfo
Previous Message Bruce Momjian 2006-01-26 17:50:56 Re: BUG #2195: log_min_messages crash server when in DEBUG3 to