mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-14 10:27:04 +08:00
Augment test coverage in PL/Python, especially for error conditions.
This commit is contained in:
@ -31,4 +31,5 @@ $$ LANGUAGE plpythonu;
|
||||
SELECT test_param_names0(2,7);
|
||||
SELECT test_param_names1(1,'text');
|
||||
SELECT test_param_names2(users) from users;
|
||||
SELECT test_param_names2(NULL);
|
||||
SELECT test_param_names3(1);
|
||||
|
||||
Reference in New Issue
Block a user