Thread: pgsql-server/src backend/access/common/printtu ...

pgsql-server/src backend/access/common/printtu ...

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/05/09 14:08:48

Modified files:
    src/backend/access/common: printtup.c
    src/backend/commands: copy.c
    src/backend/executor: spi.c
    src/backend/tcop: fastpath.c postgres.c
    src/backend/utils/cache: lsyscache.c
    src/include/utils: lsyscache.h

Log message:
    Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall
    messages.  Binary I/O is now up and working, but only for a small set
    of datatypes (integers, text, bytea).