postgresql/src/include/nodes
Tom Lane d8c61c9765 Add debugging aid "bmsToString(Bitmapset *bms)".
This function has no direct callers at present, but it's convenient for
manual use in a debugger, rather than having to inspect memory and do
bit-counting in your head.

In passing, get rid of useless outBitmapset() wrapper around
_outBitmapset(); let's just export the function that does the work.
Likewise for outToken().

Ashutosh Bapat, tweaked a bit by me

Discussion: <CAFjFpRdiht8e1HTVirbubr4YzaON5iZTzFJjq909y4sU8M_6eA@mail.gmail.com>
2016-09-16 09:36:24 -04:00
..
bitmapset.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
execnodes.h Have heapam.h include lockdefs.h rather than lock.h. 2016-09-13 09:21:35 -04:00
extensible.h pgindent run for 9.6 2016-06-09 18:02:36 -04:00
lockoptions.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
makefuncs.h Add location field to DefElem 2016-09-06 12:00:00 -04:00
memnodes.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
nodeFuncs.h Refactor to reduce code duplication for function property checking. 2016-06-10 16:03:46 -04:00
nodes.h Add debugging aid "bmsToString(Bitmapset *bms)". 2016-09-16 09:36:24 -04:00
params.h pgindent run for 9.6 2016-06-09 18:02:36 -04:00
parsenodes.h Improve parser's and planner's handling of set-returning functions. 2016-09-13 13:54:24 -04:00
pg_list.h Directly modify foreign tables. 2016-03-18 13:55:52 -04:00
plannodes.h Update comments to reflect code rearrangement. 2016-08-31 12:36:18 +05:30
primnodes.h Improve parsetree representation of special functions such as CURRENT_DATE. 2016-08-16 20:33:01 -04:00
print.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
readfuncs.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
relation.h Improve code comment for GatherPath's single_copy flag. 2016-09-14 15:43:26 -04:00
replnodes.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
tidbitmap.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
value.h Update copyright for 2016 2016-01-02 13:33:40 -05:00