Re: Display Pg buffer cache (WIP)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Display Pg buffer cache (WIP)
Дата
Msg-id 6072.1110293756@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Display Pg buffer cache (WIP)  (Mark Kirkwood <markir@coretech.co.nz>)
Ответы Re: Display Pg buffer cache (WIP)
Список pgsql-patches
Mark Kirkwood <markir@coretech.co.nz> writes:
> Tom Lane wrote:
>> I would rather see this as a contrib module.  There has been *zero*
>> consensus that we need this in core, nor any discussion about whether
>> it might be a security hole.

> Hmmm, I guess my motivation for thinking it might be useful in core was
> that it was similar to 'pg_locks' and 'pg_stats', i.e. exposing some
> internals in a convenient queryable manner (useful for problem solving).

One reason for making it contrib is that I don't think you've got it
entirely right yet, and there will be several iterations before it
settles down.  In a contrib module that is no problem, in core it's a
forced initdb each time.

            regards, tom lane

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: [HACKERS] Implementation of SQLCODE and SQLERRM variables for
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: Display Pg buffer cache (WIP)