pgsql/src/backend/commands copy.c - Mailing list pgsql-committers

From ishii@postgresql.org (Tatsuo Ishii)
Subject pgsql/src/backend/commands copy.c
Date
Msg-id 20020227013442.B0984475904@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    ishii@postgresql.org    02/02/26 20:34:42

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

Log message:
    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


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src backend/commands/Tag: backend/comman ...
Next
From: inoue@postgresql.org (Hiroshi Inoue)
Date:
Subject: pgsql/src/interfaces/odbc convert.c info.c odb ...