pgsql: PL/pgSQL: Extend test case

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: PL/pgSQL: Extend test case
Дата
Msg-id E1fsrS5-0003Gg-7J@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
PL/pgSQL: Extend test case

This test was supposed to check the interaction of INOUT and default
parameters in a procedure call, but it only checked the case where the
parameter was not supplied.  Now it also checks the case where the
parameter was supplied.  It was already working correctly, so no code
changes required.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d2cc897b3da9358f850dd9fa5a1a6c7ebc7bd0cf

Modified Files
--------------
src/pl/plpgsql/src/expected/plpgsql_call.out | 10 ++++++++++
src/pl/plpgsql/src/sql/plpgsql_call.sql      |  6 ++++++
2 files changed, 16 insertions(+)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Return type of txid_status is text, not txid_status
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Copy-editing of pg_verify_checksums help and ref page