Andrew Chernow wrote:
res = paramexec(conn, param, ...
if(!res)
  // check pgconn or pgparam?
  // can conn have an old error (false-pos)


We will just always dump the error message into the param. If PQexecParams fails with a NULL result, we will copy PQerrorMessage over to param->errMsg.

--
Andrew Chernow
eSilo, LLC
every bit counts
http://www.esilo.com/

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to