Re: pageinspect: Hash index support

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pageinspect: Hash index support
Дата
Msg-id CAB7nPqSemJbk_QJ9RRW0j48bS-y8xfMNeCtErLPOuYQm_gV89w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pageinspect: Hash index support  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
On Wed, Aug 31, 2016 at 2:06 AM, Alvaro Herrera
<alvherre@2ndquadrant.com> wrote:
> Jesper Pedersen wrote:
>> Attached is a patch that adds support for hash indexes in pageinspect.
>>
>> The functionality (hash_metap, hash_page_stats and hash_page_items) follows
>> the B-tree functions.
>
> I suggest that pageinspect functions are more convenient to use via the
> get_raw_page interface, that is, instead of reading the buffer
> themselves, the buffer is handed over from elsewhere and they receive it
> as bytea.  This enables other use cases such as grabbing a page from one
> server and examining it in another one.

+1.
-- 
Michael



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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Logical decoding restart problems
Следующее
От: Peter Eisentraut
Дата:
Сообщение: autonomous transactions