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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Convert elog() to ereport() and do some wordsmithing.
Дата
Msg-id E1cJk5s-00085o-Qo@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Refactor partition tuple routing code to reduce duplication.
Следующее
От: Dean Rasheed
Дата:
Сообщение: [COMMITTERS] pgsql: Fix order of operations in CREATE OR REPLACE VIEW.