Add transaction status field to ReadyForQuery messages, and make room
Tom Lane <tgl@sss.pgh.pa.us>
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.)
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/protocol.sgml | modified | +12 −2 |
| src/backend/access/common/printtup.c | modified | +11 −2 |
| src/backend/access/transam/xact.c | modified | +33 −6 |
| src/backend/tcop/dest.c | modified | +12 −2 |
| src/include/access/xact.h | modified | +33 −22 |
| src/include/libpq/pqcomm.h | modified | +2 −2 |
| src/interfaces/libpq/fe-exec.c | modified | +12 −3 |
| src/interfaces/libpq/libpq-int.h | modified | +3 −2 |