pgsql/ oc/src/sgml/ref/copy.sgml rc/backend/co ... - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/ oc/src/sgml/ref/copy.sgml rc/backend/co ...
Date
Msg-id 200112042119.fB4LJvm17386@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/12/04 16:19:57

Modified files:
    doc/src/sgml/ref: copy.sgml
    src/backend/commands: copy.c

Log message:
    Enforce restriction that COPY DELIMITERS string must be exactly one
    character; replace strchr() search with simple comparison to speed up
    COPY IN.  Per discussion in pghackers.


pgsql-committers by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/libpq pqcomm.c pqformat.c
Next
From: ishii@postgresql.org
Date:
Subject: pgsql/src/backend/port/dynloader sunos4.h