OSDN Git Service

Add transaction status field to ReadyForQuery messages, and make room
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 26 Apr 2003 20:23:00 +0000 (20:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 26 Apr 2003 20:23:00 +0000 (20:23 +0000)
commit4db9689d1a0a97b8b6060bf8bacac53a0d47825d
tree0e754b59deaba85b54484962131a3b8c658193ed
parent2b1e36c7c0f294c70595bddaae0caecbcf8b50c6
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.)
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
src/interfaces/libpq/libpq-int.h