mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-07 08:57:36 +08:00
Update the expected regression test results to account for the changes to
error messages I made yesterday -- thanks to Andrew Dunstan for reporting this, and my apologies for missing it the first time.
This commit is contained in:
@ -191,7 +191,7 @@ SELECT test_void_func1(), test_void_func1() IS NULL AS "is null";
|
||||
|
||||
SELECT test_void_func2(); -- should fail
|
||||
ERROR: invalid return value from plpython function
|
||||
DETAIL: Functions returning type "void" must return "None".
|
||||
DETAIL: Functions returning type "void" must return None.
|
||||
SELECT test_return_none(), test_return_none() IS NULL AS "is null";
|
||||
test_return_none | is null
|
||||
------------------+---------
|
||||
|
||||
Reference in New Issue
Block a user