Обсуждение: pgsql: Error message refactoring

Поиск
Список
Период
Сортировка

pgsql: Error message refactoring

От
Peter Eisentraut
Дата:
Error message refactoring

Take some untranslatable things out of the message and replace by
format placeholders, to reduce translatable strings and reduce
translation mistakes.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3ad5f07c0fe9a734fb4e2484c7165f9280dbefa7

Modified Files
--------------
src/backend/replication/logical/launcher.c |  4 ++--
src/backend/replication/slot.c             |  2 +-
src/backend/storage/lmgr/lock.c            | 12 ++++++------
src/backend/storage/lmgr/predicate.c       |  6 +++---
4 files changed, 12 insertions(+), 12 deletions(-)