Обсуждение: [COMMITTERS] pgsql: Convert elog() to ereport() and do some wordsmithing.

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

[COMMITTERS] pgsql: Convert elog() to ereport() and do some wordsmithing.

От
Robert Haas
Дата:
Convert elog() to ereport() and do some wordsmithing.

It's not entirely clear that we should log a message here at all, but
it's certainly wrong to use elog() for a message that should clearly
be translatable.

Amit Langote

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cd510f04137a1436ad6029da4998f5224395a08d

Modified Files
--------------
src/backend/commands/tablecmds.c          | 5 ++++-
src/test/regress/expected/alter_table.out | 6 +++---
2 files changed, 7 insertions(+), 4 deletions(-)