Re: elog() patch - Mailing list pgsql-hackers

From Tom Lane
Subject Re: elog() patch
Date
Msg-id 29914.1015009595@sss.pgh.pa.us
Whole thread Raw
In response to Re: elog() patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: elog() patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.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


pgsql-hackers by date:

Previous
From: "Zeugswetter Andreas SB SD"
Date:
Subject: Re: elog() patch
Next
From: Bruce Momjian
Date:
Subject: Re: elog() patch