We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7a3c3 commit ba24de1Copy full SHA for ba24de1
src/interfaces/ecpg/ecpglib/execute.c
@@ -1676,7 +1676,7 @@ ecpg_execute(struct statement * stmt)
1676
if (PQresultStatus(results) == PGRES_COMMAND_OK)
1677
ecpg_log("ecpg_execute on line %d: got PGRES_COMMAND_OK after PGRES_COPY_OUT\n", stmt->lineno);
1678
else
1679
- ecpg_log("ecpg_execute on line %d: got error after PGRES_COPY_OUT: %s", PQresultErrorMessage(results));
+ ecpg_log("ecpg_execute on line %d: got error after PGRES_COPY_OUT: %s", stmt->lineno, PQresultErrorMessage(results));
1680
}
1681
break;
1682
0 commit comments