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 28878.1473864858@sss.pgh.pa.us
Whole thread Raw
In response to Printing bitmap objects in the debugger  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Responses Re: Printing bitmap objects in the debugger  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
Ashutosh Bapat <ashutosh.bapat@enterprisedb.com> writes:
> While working on partition-wise join, I had to examine Relids objects
> many times. Printing the Bitmapset::words[] in binary format and then
> inferring the relids takes time and is error prone.

FWIW, I generally rely on pprint() to look at planner data structures
from the debugger.
        regards, tom lane



pgsql-hackers by date:

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