Обсуждение: pgsql: Fix ill-advised usage of x?y:z expressions in errmsg() and

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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)