Re: pg_avd

Поиск
Список
Период
Сортировка
От Matthew T. O'Connor
Тема Re: pg_avd
Дата
Msg-id 1045546086.2160.34.camel@zeutrh80
обсуждение исходный текст
Ответ на Re: pg_avd  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
On Mon, 2003-02-17 at 22:25, Bruce Momjian wrote:
> This looks very good.  It is something I have been hoping to have for
> 7.4.  It does what I think everyone wanted, that is, uses the stats
> collector to determine what tables to vacuum.
>
> Just a few comments:
>
>     The copyright line in the text should probably be removed.
>     pg_avd seems pretty cryptic.  Perhaps pg_autovacuum.
>     I like the fact it is a client app.

The copyright line can be removed, I think it's there as part of a cut
and paste from kdevelop.

Also, changing the name is fine, if people like pg_autovacuum that is
fine with me.

Being a client app has advantages and disadvantages.  It's simple, and
an avd crash won't effect the postmaster.  However, there are bad things
also, it's not tightly coupled with postmaster startup and shutdown for
one.

Thanks for the feedback.



В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: more doc improvements
Следующее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: pg_avd