pgsql: Improve error messages after LoadLibrary()

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Improve error messages after LoadLibrary()
Дата
Msg-id E1jNuSI-0005lV-13@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: introduce new layout for tables of functions and operators.
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Cosmetic fixups for WAL usage work.