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

Started by Tom Laneabout 23 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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).