pgsql: Print a MergeJoin's mergeNullsFirst array as bool, not int. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Print a MergeJoin's mergeNullsFirst array as bool, not int.
Date
Msg-id E1ZelTv-0007SD-DX@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4fe6f72bda7b4c3eb39560e3da50a093d833647d

Modified Files
--------------
src/backend/nodes/outfuncs.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Teodor Sigaev
Date:
Subject: pgsql: Allow autoanalyze to add pages deleted from pending list to FSM
Next
From: Robert Haas
Date:
Subject: pgsql: Add readfuncs.c support for plan nodes.