Fix various infelicities that have snuck into usage of errdetail() and
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Mar 2008 19:12:49 +0000 (19:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Mar 2008 19:12:49 +0000 (19:12 +0000)
commit32b58d0220de9ea13670a2a9fff61360abfa36bc
tree4491eac04c81b46d7ed5691d7809f97b5896c3a1
parent3da2a4b899dc5005ead9b6d33198d76f4d7ed5c7
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