]> granicus.if.org Git - postgresql/commit
Fix various infelicities that have snuck into usage of errdetail() and
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Mar 2008 19:12:58 +0000 (19:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Mar 2008 19:12:58 +0000 (19:12 +0000)
commit63995f01edcf0101ea2efa751fb999cb6f5d853f
tree8005ad9eee1389584e89428e883b4bf7bb6d17e7
parent4866b529f3fa8badac3579ef3b05169ab3a9a08f
Fix various infelicities that have snuck into usage of errdetail() and
friends.  Avoid double translation of some messages, ensure other messages
are exposed for translation (and make them follow the style guidelines),
avoid unsafe passing of an unpredictable message text as a format string.
src/backend/catalog/aclchk.c
src/backend/catalog/pg_shdepend.c
src/backend/commands/vacuumlazy.c
src/backend/utils/adt/xml.c