]> granicus.if.org Git - postgresql/commit
Convert elog() to ereport() and do some wordsmithing.
authorRobert Haas <rhaas@postgresql.org>
Wed, 21 Dec 2016 16:47:13 +0000 (11:47 -0500)
committerRobert Haas <rhaas@postgresql.org>
Wed, 21 Dec 2016 16:47:50 +0000 (11:47 -0500)
commitcd510f04137a1436ad6029da4998f5224395a08d
tree6db1dad4b2be8cd00271969dcaaab881935c7ade
parent1fc5c4945047e8e8c7aa1644b52dd0187b729181
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
src/backend/commands/tablecmds.c
src/test/regress/expected/alter_table.out