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-0007Mm-Kc@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0903bbdad24a8f51b18a6a54a41bbb36ad2ceee4

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()