Print a MergeJoin's mergeNullsFirst array as bool, not int.
authorRobert Haas <rhaas@postgresql.org>
Wed, 23 Sep 2015 14:53:29 +0000 (10:53 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 23 Sep 2015 14:53:29 +0000 (10:53 -0400)
commit4fe6f72bda7b4c3eb39560e3da50a093d833647d
tree7ee057a0242fc79ac06ae01b8192707b555550d7
parentdc943ad952329a46ce8dc0103b0980e1fe5893a8
Print a MergeJoin's mergeNullsFirst array as bool, not int.

It's declared as being an array of bool, but it's printed
differently from the way bool and arrays of bool are handled
elsewhere.

Patch by Amit Kapila.  Anomaly noted independently by Amit Kapila
and KaiGai Kohei.
src/backend/nodes/outfuncs.c