pgsql: PL/Python: Improve test coverage

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: PL/Python: Improve test coverage
Дата
Msg-id E1SPe2V-00064u-3Q@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
PL/Python: Improve test coverage

Add test cases for inline handler of plython2u (when using that
language name), and for result object element assignment.  There is
now at least one test case for every top-level functionality, except
plpy.Fatal (annoying to use in regression tests) and result object
slice retrieval and slice assignment (which are somewhat broken).

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e6c2e8cb87846161033e1f215876c4b95f631df0

Modified Files
--------------
src/pl/plpython/expected/plpython_do.out  |    3 +++
src/pl/plpython/expected/plpython_spi.out |   20 ++++++++++++++++++++
src/pl/plpython/sql/plpython_do.sql       |    2 ++
src/pl/plpython/sql/plpython_spi.sql      |   15 +++++++++++++++
4 files changed, 40 insertions(+), 0 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: PL/Python: Fix crash in functions returning SETOF and using SPI
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Add missing parenthesis in comment.