Add transaction status field to ReadyForQuery messages, and make room

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4db9689d1a0a97b8b6060bf8bacac53a0d47825d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-04-26T20:23:00Z
Releases: 7.4.1
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