Error message refactoring
authorPeter Eisentraut <peter@eisentraut.org>
Sun, 27 Jun 2021 07:41:16 +0000 (09:41 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Sun, 27 Jun 2021 07:41:16 +0000 (09:41 +0200)
commitc302a6139072fed9410204fa9e751d95930e05ff
treeb713e14ba1495e581b36a5d593d398107e6fb385
parentdcffc9ba8a1e0ab1b0a57e9b9d38e3dc9960f83f
Error message refactoring

Take some untranslatable things out of the message and replace by
format placeholders, to reduce translatable strings and reduce
translation mistakes.
src/backend/replication/logical/logical.c
src/backend/statistics/extended_stats.c
src/backend/utils/adt/numeric.c