| From: | tgl(at)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql-server/src backend/access/common/printtu ... |
| Date: | 2003-05-08 18:16:37 |
| Message-ID: | 20030508181637.71EFB476558@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 03/05/08 14:16:37
Modified files:
src/backend/access/common: printtup.c
src/backend/commands: copy.c explain.c portalcmds.c prepare.c
src/backend/executor: execMain.c execTuples.c functions.c spi.c
tstoreReceiver.c
src/backend/libpq: pqformat.c
src/backend/tcop: dest.c fastpath.c postgres.c pquery.c
src/include/access: printtup.h
src/include/executor: execdesc.h
src/include/libpq: pqcomm.h pqformat.h
src/include/tcop: dest.h pquery.h
src/include/utils: portal.h
src/interfaces/libpq: fe-exec.c libpq-int.h
Log message:
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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-05-08 18:33:51 | pgsql-server/src backend/postmaster/postmaster ... |
| Previous Message | Bruce Momjian - CVS | 2003-05-08 14:49:04 | pgsql-server/src backend/bootstrap/bootstrap.c ... |