Re: pgstattuple extension for indexes

Поиск
Список
Период
Сортировка
От ITAGAKI Takahiro
Тема Re: pgstattuple extension for indexes
Дата
Msg-id 20060904100418.5CCA.ITAGAKI.TAKAHIRO@oss.ntt.co.jp
обсуждение исходный текст
Ответ на Re: pgstattuple extension for indexes  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: pgstattuple extension for indexes  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Bruce Momjian <bruce@momjian.us> wrote:
> Patch applied.  Thanks.

The two attached patches fix contrib/pgstattuple.

pgstattuple.c.diff removes the fragmemtation reporting in pgstattuple().
It is no longer needed, because pgstatindex() has upward functionality now.
Also, the report using elog was judged as improper in earlier discusses.

pgstattuple.sql.in.diff removes DROP statements in the installer. The DROP
statements make some unpleasant ERROR logs during install. According to
other contrib modules, DROPs should be in the uninstaller and should not
be in the installer.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center


Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Interval month, week -> day
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: [HACKERS] Interval month, week -> day