From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: PL/pgSQL: Extend test case |
Date: | 2018-08-23 15:23:13 |
Message-ID: | E1fsrS5-0003Gh-7G@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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
------
REL_11_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/ca02434a0b86e7dbc5b790f1a4d6b782ca8f4916
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(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2018-08-23 18:37:23 | pgsql: Copy-editing of pg_verify_checksums help and ref page |
Previous Message | Alvaro Herrera | 2018-08-23 14:46:10 | pgsql: Return type of txid_status is text, not txid_status |