pgsql-server/ oc/src/sgml/protocol.sgml rc/bac ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ oc/src/sgml/protocol.sgml rc/bac ...
Date: 2003-04-26 20:23:00
Message-ID: 20030426202300.4C8F7475D0F@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/26 16:23:00

Modified files:
doc/src/sgml : protocol.sgml
src/backend/access/common: printtup.c
src/backend/access/transam: xact.c
src/backend/tcop: dest.c
src/include/access: xact.h
src/include/libpq: pqcomm.h
src/interfaces/libpq: fe-exec.c libpq-int.h

Log message:
Add transaction status field to ReadyForQuery messages, and make room
for tableID/columnID in RowDescription. (The latter isn't really
implemented yet though --- the backend always sends zeroes, and libpq
just throws away the data.)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-04-26 22:21:47 pgsql-server/src/backend/utils/adt ri_triggers.c
Previous Message Tom Lane 2003-04-26 15:19:05 pgsql-server/src/bin/scripts Tag: REL7_3_STABL ...