Re: Printing bitmap objects in the debugger

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Printing bitmap objects in the debugger
Дата
Msg-id 29346.1473865491@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Printing bitmap objects in the debugger  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: Printing bitmap objects in the debugger  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Список pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> I don't understand.  Why don't you just use "call pprint(the bitmapset)"
> in the debugger?

Bitmapsets aren't Nodes, so pprint doesn't work directly on them.
I usually find that I can pprint some node containing the value(s)
I'm interested in, but maybe that isn't working for Ashutosh's
particular case.
        regards, tom lane



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

Предыдущее
От: Anastasia Lubennikova
Дата:
Сообщение: Re: WIP: Covering + unique indexes.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Printing bitmap objects in the debugger