Обсуждение: pgsql/src/interfaces/libpq fe-exec.c

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

pgsql/src/interfaces/libpq fe-exec.c

От
ishii@postgresql.org (Tatsuo Ishii)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    ishii@postgresql.org    02/04/07 23:48:11

Modified files:
    src/interfaces/libpq: fe-exec.c

Log message:
    Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f.
    This is necessary for mulibyte character sequences.
    See "[HACKERS] PQescapeBytea is not multibyte aware" thread posted around
    2002/04/05 for more details.