From: | tgl(at)postgresql(dot)org (Tom Lane) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Change do_tup_output() to take Datum/isnull arrays instead of a |
Date: | 2009-07-22 17:00:24 |
Message-ID: | 20090722170024.0FDF375331E@cvs.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2009-07-22 18:07:26 | pgsql: Clarify NULLIF example found by "Vesa-Matti J Kari" |
Previous Message | Magnus Hagander | 2009-07-22 11:07:04 | pgsql: Fix mismatch in const:ness of parameters. |