pgsql: Mark internal messages as no longer translatable

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Mark internal messages as no longer translatable
Дата
Msg-id E1pyrHp-0005ot-06@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Mark internal messages as no longer translatable

The problem that these messages protect against can only occur because
a corrupted hash spill file was written, i.e., a Postgres bug.  There's
no reason to have them as translatable.

Backpatch to 15, where these messages were changed by commit c4649cce39a4.

Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/20230510175407.dwa5v477pw62ikyx@alvherre.pgsql

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f06156da18f67bc2c904c0a76b70dafcb14ca7c2

Modified Files
--------------
src/backend/executor/nodeAgg.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Fix reported runtime for single tests in pg_regress
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: libpq: Error message improvement