pgsql: Improve coverage of pltcl regression tests.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Improve coverage of pltcl regression tests.
Дата
Msg-id E1aavAQ-0007CG-Ti@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve coverage of pltcl regression tests.

Test composite-type arguments and the argisnull and spi_lastoid Tcl
commmands.  This stuff was not covered before, but needs to be exercised
since the upcoming Tcl object-conversion patch changes these code paths
(and broke at least one of them).

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/68c521eb92c3515e3306f51a7fd3f32d16c97524

Modified Files
--------------
src/pl/tcl/expected/pltcl_queries.out   | 47 +++++++++++++++++++++++++++++++++
src/pl/tcl/expected/pltcl_queries_1.out | 47 +++++++++++++++++++++++++++++++++
src/pl/tcl/expected/pltcl_setup.out     | 13 +++++++++
src/pl/tcl/sql/pltcl_queries.sql        | 15 +++++++++++
src/pl/tcl/sql/pltcl_setup.sql          | 18 +++++++++++++
5 files changed, 140 insertions(+)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: TAP tests: retain temp dirs on test failure
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Change the format of the VM fork to add a second bit per page.