Re: elog() patch

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: Zeugswetter Andreas SB SD <ZeugswetterA(at)spardat(dot)at>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: elog() patch
Date: 2002-03-01 19:06:35
Message-ID: 29914.1015009595@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
>> What exactly will VACUUM VERBOSE do?

> VACUUM VERBOSE will send INFO vacuum stats to client, and if you set
> server_min_messages to INFO, you will get them in the logs too.

So VACUUM will use either INFO or DEBUG1 level depending on VERBOSE,
and from there it works as usual. Seems okay.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-03-01 19:11:40 Re: elog() patch
Previous Message Zeugswetter Andreas SB SD 2002-03-01 19:05:19 Re: elog() patch