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

From Robert Haas
Subject [COMMITTERS] pgsql: Convert elog() to ereport() and do some wordsmithing.
Date
Msg-id E1cJk5s-00085o-Qo@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Refactor partition tuple routing code to reduce duplication.
Next
From: Dean Rasheed
Date:
Subject: [COMMITTERS] pgsql: Fix order of operations in CREATE OR REPLACE VIEW.