Обсуждение: pgsql/src/backend/commands Tag: REL7_2_STABLE ...

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

pgsql/src/backend/commands Tag: REL7_2_STABLE ...

От
ishii@postgresql.org (Tatsuo Ishii)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    ishii@postgresql.org    02/02/26 20:47:32

Modified files:
    src/backend/commands: Tag: REL7_2_STABLE copy.c

Log message:
    Back-patch fix for followings:

    Fix bug in COPY FROM when DELIMITER is not in ASCII range.
    See pgsql-bugs/pgsql-hackers discussion "COPY FROM is not 8bit clean"
    around 2002/02/26 for more details -- Tatsuo Ishii