mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Add an ASSERT statement in plpgsql.
This is meant to make it easier to insert simple debugging cross-checks in plpgsql functions. Pavel Stehule, reviewed by Jim Nasby
This commit is contained in:
@@ -454,6 +454,7 @@ P0000 E ERRCODE_PLPGSQL_ERROR plp
|
||||
P0001 E ERRCODE_RAISE_EXCEPTION raise_exception
|
||||
P0002 E ERRCODE_NO_DATA_FOUND no_data_found
|
||||
P0003 E ERRCODE_TOO_MANY_ROWS too_many_rows
|
||||
P0004 E ERRCODE_ASSERT_FAILURE assert_failure
|
||||
|
||||
Section: Class XX - Internal Error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user