pgsql: Print a MergeJoin's mergeNullsFirst array as bool, not int.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Print a MergeJoin's mergeNullsFirst array as bool, not int.
Date: 2015-09-23 14:57:15
Message-ID: E1ZelTv-0007SD-DX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-09-23 15:56:15 pgsql: Add readfuncs.c support for plan nodes.
Previous Message Teodor Sigaev 2015-09-23 12:34:21 pgsql: Allow autoanalyze to add pages deleted from pending list to FSM