Re: Printing bitmap objects in the debugger - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Printing bitmap objects in the debugger
Date
Msg-id 29346.1473865491@sss.pgh.pa.us
Whole thread Raw
In response to Re: Printing bitmap objects in the debugger  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: Printing bitmap objects in the debugger  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
List 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 by date:

Previous
From: Anastasia Lubennikova
Date:
Subject: Re: WIP: Covering + unique indexes.
Next
From: Alvaro Herrera
Date:
Subject: Re: Printing bitmap objects in the debugger