OSDN Git Service

Update 3.0 protocol support to match recent agreements about how to
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 8 May 2003 18:16:37 +0000 (18:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 8 May 2003 18:16:37 +0000 (18:16 +0000)
commitc0a8c3ac13f84602a46ba25b9a2fd5427514f61a
treef321719251471a05a768117f35010d28076f938a
parent5e7a5c9511b65d483639dd3f7dfab7b9e92c3433
Update 3.0 protocol support to match recent agreements about how to
handle multiple 'formats' for data I/O.  Restructure CommandDest and
DestReceiver stuff one more time (it's finally starting to look a bit
clean though).  Code now matches latest 3.0 protocol document as far
as message formats go --- but there is no support for binary I/O yet.
24 files changed:
src/backend/access/common/printtup.c
src/backend/commands/copy.c
src/backend/commands/explain.c
src/backend/commands/portalcmds.c
src/backend/commands/prepare.c
src/backend/executor/execMain.c
src/backend/executor/execTuples.c
src/backend/executor/functions.c
src/backend/executor/spi.c
src/backend/executor/tstoreReceiver.c
src/backend/libpq/pqformat.c
src/backend/tcop/dest.c
src/backend/tcop/fastpath.c
src/backend/tcop/postgres.c
src/backend/tcop/pquery.c
src/include/access/printtup.h
src/include/executor/execdesc.h
src/include/libpq/pqcomm.h
src/include/libpq/pqformat.h
src/include/tcop/dest.h
src/include/tcop/pquery.h
src/include/utils/portal.h
src/interfaces/libpq/fe-exec.c
src/interfaces/libpq/libpq-int.h