[pg-devel] Prepared statements problem

Robert J. Macomber pgsql at rojoma.com
Sun Nov 26 13:20:08 UTC 2006


On Sun, Nov 26, 2006 at 06:00:38AM -0700, Robert J. Macomber wrote:
> Investigating, but everything I know about postgresql's protocol
> I've learned while trying to debug this, so I don't know what's
> causing it exactly yet.

Of course, seconds after I send, I find that the database server sends
_both_ a CloseComplete and ReadyForQuery packet on the
statement/portal close -- the pg-close function in v3-protocol.lisp
expects _either_.  Would a correct patch be one which follows the
model in do-followup-query?
-- 
Robert Macomber
pgsql at rojoma.com



More information about the pg-devel mailing list