mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-08 03:27:35 +08:00
Augment test coverage in PL/Python, especially for error conditions.
This commit is contained in:
@ -43,6 +43,12 @@ SELECT test_param_names2(users) from users;
|
||||
{'lname': 'smith', 'username': 'slash', 'userid': 4, 'fname': 'rick'}
|
||||
(4 rows)
|
||||
|
||||
SELECT test_param_names2(NULL);
|
||||
test_param_names2
|
||||
-------------------
|
||||
None
|
||||
(1 row)
|
||||
|
||||
SELECT test_param_names3(1);
|
||||
test_param_names3
|
||||
-------------------
|
||||
|
||||
Reference in New Issue
Block a user