pgsql: Fix ill-advised usage of x?y:z expressions in errmsg() and - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix ill-advised usage of x?y:z expressions in errmsg() and
Date
Msg-id 20071227170056.C96267540F0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix ill-advised usage of x?y:z expressions in errmsg() and errhint() calls.
This prevented gettext from recognizing the strings that need to be
translated.

Modified Files:
--------------
    pgsql/src/backend/commands:
        copy.c (r1.291 -> r1.292)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/copy.c?r1=1.291&r2=1.292)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Swap the order of testing for control characters and for column
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Disallow digits and lower-case ASCII letters as the delimiter in