[svn:DBD-Pg] r13267 - DBD-Pg/trunk
[email protected] Thu, 3 Sep 2009 14:49:55 -0700 (PDT)
Newsgroups
gmane.comp.db.postgresql.dbdpg.cvs
Message-ID
<[email protected] >
Author: turnstep
Date: Thu Sep 3 14:49:55 2009
New Revision: 13267
Modified:
DBD-Pg/trunk/dbdimp.c
Log:
Tweak debug output.
Modified: DBD-Pg/trunk/dbdimp.c
==============================================================================
--- DBD-Pg/trunk/dbdimp.c (original)
+++ DBD-Pg/trunk/dbdimp.c Thu Sep 3 14:49:55 2009
@@ -3039,8 +3039,8 @@
}
}
- if (TRACE5) TRC(DBILOGFP, "%sRunning PQexecPrepared with (%s) (%s)\n",
- THEADER, imp_sth->prepare_name, (char *)imp_sth->PQvals);
+ if (TRACE5) TRC(DBILOGFP, "%sRunning PQexecPrepared with (%s)\n",
+ THEADER, imp_sth->prepare_name);
if (TSQL) {
TRC(DBILOGFP, "EXECUTE %s (\n", imp_sth->prepare_name);
for (x=0,currph=imp_sth->ph; NULL != currph; currph=currph->nextph,x++) {