pgsql-server/ oc/src/sgml/libpq.sgml oc/src/sg ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ oc/src/sgml/libpq.sgml oc/src/sg ...
Date: 2003-04-22 00:08:07
Message-ID: 20030422000807.C834E476164@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 03/04/21 20:08:07

Modified files:
doc/src/sgml : libpq.sgml protocol.sgml
src/backend/access/common: printtup.c
src/backend/commands: async.c copy.c
src/backend/libpq: auth.c pqcomm.c pqformat.c
src/backend/postmaster: postmaster.c
src/backend/tcop: dest.c fastpath.c postgres.c
src/backend/utils/error: elog.c
src/include/libpq: pqcomm.h pqformat.h
src/interfaces/libpq: fe-connect.c fe-exec.c fe-misc.c
libpq-int.h
src/test/regress/expected: alter_table.out copy2.out domain.out

Log message:
Another round of protocol changes. Backend-to-frontend messages now all
have length words. COPY OUT reimplemented per new protocol: it doesn't
need \. anymore, thank goodness. COPY BINARY to/from frontend works,
at least as far as the backend is concerned --- libpq's PQgetline API
is not up to snuff, and will have to be replaced with something that is
null-safe. libpq uses message length words for performance improvement
(no cycles wasted rescanning long messages), but not yet for error
recovery.

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2003-04-22 02:18:09 pgsql-server/ /configure /configure.in rc/incl ...
Previous Message Bruce Momjian 2003-04-21 15:44:03 Re: pgsql-server/ oc/src/sgml/ref/copy.sgml rc/bac ...