Re: exec_execute_message crush
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Tatsuo Ishii <ishii@postgresql.org>
Cc: pgsql-hackers@postgresql.org
Date: 2009-12-29T04:02:20Z
Lists: pgsql-hackers
Tatsuo Ishii <ishii@postgresql.org> writes: >>> Hm, can't you get libpq to do it? > It seems we can't get libpq to do it. libpq does not provide a > function which can execute bind alone. In my understanding > PQexecPrepared does bind + execute. The event sequence you mentioned had bind followed by execute, so I'm not seeing the problem. (In any case, some kind of quick lobotomy in libpq would be easier than writing a standalone test program, no?) regards, tom lane