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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Print a MergeJoin's mergeNullsFirst array as bool, not int.
Дата
Msg-id E1ZelTv-0007SD-DX@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: pgsql: Allow autoanalyze to add pages deleted from pending list to FSM
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Add readfuncs.c support for plan nodes.