pgsql: Fix various infelicities that have snuck into usage of - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix various infelicities that have snuck into usage of
Date
Msg-id 20080324191249.5A6EC7558DC@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/catalog:
        aclchk.c (r1.143 -> r1.144)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/aclchk.c?r1=1.143&r2=1.144)
        pg_shdepend.c (r1.23 -> r1.24)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/pg_shdepend.c?r1=1.23&r2=1.24)
    pgsql/src/backend/commands:
        vacuumlazy.c (r1.104 -> r1.105)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuumlazy.c?r1=1.104&r2=1.105)
    pgsql/src/backend/utils/adt:
        xml.c (r1.69 -> r1.70)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c?r1=1.69&r2=1.70)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add to TODO: > > * Research reducing deTOASTing in more places
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix various infelicities that have snuck into usage of