pgsql: Change do_tup_output() to take Datum/isnull arrays instead of a

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Change do_tup_output() to take Datum/isnull arrays instead of a
Дата
Msg-id 20090722170024.0FDF375331E@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Change do_tup_output() to take Datum/isnull arrays instead of a char * array,
so it doesn't go through BuildTupleFromCStrings.  This is more or less a
wash for current uses, but will avoid inefficiency for planned changes to
EXPLAIN.

Robert Haas

Modified Files:
--------------
    pgsql/src/backend/executor:
        execTuples.c (r1.107 -> r1.108)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execTuples.c?r1=1.107&r2=1.108)
    pgsql/src/backend/utils/misc:
        guc.c (r1.508 -> r1.509)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.508&r2=1.509)
    pgsql/src/include/executor:
        executor.h (r1.156 -> r1.157)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/executor/executor.h?r1=1.156&r2=1.157)

В списке pgsql-committers по дате отправления:

Предыдущее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Fix mismatch in const:ness of parameters.
Следующее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Clarify NULLIF example found by "Vesa-Matti J Kari"