Re: btreecheck extension

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: btreecheck extension
Дата
Msg-id CA+TgmoZi06Mac504ftA8E6f0_x0kjx2ybz0Es_Kp90=GAXG-YA@mail.gmail.com
обсуждение исходный текст
Ответ на btreecheck extension  (Peter Geoghegan <pg@heroku.com>)
Ответы Re: btreecheck extension
Список pgsql-hackers
On Mon, Jun 16, 2014 at 9:47 PM, Peter Geoghegan <pg@heroku.com> wrote:
> As discussed at the developer meeting at pgCon, I think that there is
> a lot to be said for a tool that checks nbtree index invariants on
> live systems.

Me too.

> Attached prototype patch adds contrib extension, btreecheck.

I don't feel qualified to comment on any of the substantive issues you
raise, so instead I'd like to bikeshed the name.  I suggest that we
create one extension to be a repository for index-checking machinery
(and perhaps also heap-checking machinery) and view this as the first
of possibly several checkers to live there.  Otherwise, we may
eventually end up with separate extensions for btreecheck, hashcheck,
gistcheck, gincheck, spgistcheck, minmaxcheck, vodkacheck, heapcheck,
toastcheck, etc. which seems like excessive namespace pollution.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: delta relations in AFTER triggers
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Built-in support for a memory consumption ulimit?