Add pg_nodiscard decorations to some Bitmapset functions.
There's no conceivable use-case for ignoring the result of the
functions that return a pointer to a Bitmapset. Add pg_nodiscard
decorations to those like commit a378ba49a5 did for some functions
in pg_list.h.
Author: Jan Nidzwetzki <jan(at)planetscale(dot)com>
Discussion: https://postgr.es/m/2020a70e-76f3-4661-afa6-82c2639251c2%40planetscale.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/d2b65863f04f99eab15eca01a54708d2f8ad6099
Modified Files
--------------
src/include/nodes/bitmapset.h | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)