OSDN Git Service

Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 May 2003 18:08:48 +0000 (18:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 May 2003 18:08:48 +0000 (18:08 +0000)
commit0ac6298bb8ac11690cf3d4ad2537b4261ce93ab0
tree6c224ba8d29078c7b343eaac0a4515a0257d661a
parentd85a0a6bef965192df751532d38bbe8f4ec4ccd7
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).
src/backend/access/common/printtup.c
src/backend/commands/copy.c
src/backend/executor/spi.c
src/backend/tcop/fastpath.c
src/backend/tcop/postgres.c
src/backend/utils/cache/lsyscache.c
src/include/utils/lsyscache.h