Re: elog() patch

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Zeugswetter Andreas SB SD <ZeugswetterA(at)spardat(dot)at>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: elog() patch
Date: 2002-03-06 06:11:20
Message-ID: 200203060611.g266BKq26778@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Changes committed. Regression passes. We now have three elog levels to
client, INFO for always to client, NOTICE for tips, and WARNING for
non-error problems. See elog.h for discription.

---------------------------------------------------------------------------

Bruce Momjian wrote:
> OK, I talked to Tom on the phone and here is what I would like to do:
>
> o Change all current CVS messages of NOTICE to WARNING. We were going
> to do this just before 7.3 beta but it has to be done now, as you will
> see below.
>
> o Change current INFO messages that should be controlled by
> client_min_messages to NOTICE.
>
> o Force remaining INFO messages, like from EXPLAIN, VACUUM VERBOSE, etc.
> to always go to the client.
>
> o Remove INFO from the client_min_messages options and add NOTICE.
>
> Seems we do need three non-ERROR elog levels to handle the various
> behaviors we need for these messages.
>
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
> + If your life is a hard drive, | 830 Blythe Avenue
> + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-03-06 08:08:07 Weird WAL numbering
Previous Message Lincoln Yeoh 2002-03-06 05:14:56 Re: Vacuum daemon (pgvacuumd ?)