pgsql: Improve error messages after LoadLibrary()

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve error messages after LoadLibrary()
Date: 2020-04-13 08:28:34
Message-ID: E1jNuSI-0005lV-13@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve error messages after LoadLibrary()

Move the file name to a format parameter to ease translatability. Add
error code where missing. Make the wording consistent.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0c620a5803afbb667da7ac4bcc91b245a214a80c

Modified Files
--------------
src/backend/libpq/auth.c | 7 ++++---
src/common/restricted_token.c | 4 ++--
2 files changed, 6 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2020-04-13 10:16:16 pgsql: Cosmetic fixups for WAL usage work.
Previous Message Tom Lane 2020-04-12 22:03:34 pgsql: Doc: introduce new layout for tables of functions and operators.