pgsql: Improve error messages after LoadLibrary() - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Improve error messages after LoadLibrary()
Date
Msg-id E1jNuSI-0005lV-13@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: introduce new layout for tables of functions and operators.
Next
From: Amit Kapila
Date:
Subject: pgsql: Cosmetic fixups for WAL usage work.