pgsql: Add separate error message for procedure does not exist - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add separate error message for procedure does not exist
Date
Msg-id E1fbjk1-0007Mn-Kj@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add separate error message for procedure does not exist

While we probably don't want to split up all error messages into
function and procedure variants, this one is a very prominent one, so
it's helpful to be more specific here.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e8137295b3fe8a38a579b402512a4442bc992250

Modified Files
--------------
src/backend/parser/parse_func.c                | 35 ++++++++++++++++++++------
src/test/regress/expected/create_procedure.out |  4 +--
2 files changed, 29 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add note in pg_rewind documentation about read-only files
Next
From: Michael Paquier
Date:
Subject: pgsql: Use access() to check file existence in GetNewRelFileNode()