pgsql: Add separate error message for procedure does not exist

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add separate error message for procedure does not exist
Date: 2018-07-07 09:42:57
Message-ID: E1fbjk1-0007Mn-Kj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-07-08 10:00:23 pgsql: Use access() to check file existence in GetNewRelFileNode()
Previous Message Michael Paquier 2018-07-06 23:12:06 pgsql: Add note in pg_rewind documentation about read-only files