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

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

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.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.)