Thanks to visit codestin.com Credit goes to github.com
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 c7d6031 commit ba7ef09Copy full SHA for ba7ef09
src/interfaces/ecpg/ecpglib/execute.c
@@ -1675,7 +1675,7 @@ ecpg_execute(struct statement * stmt)
1675
if (PQresultStatus(results) == PGRES_COMMAND_OK)
1676
ecpg_log("ecpg_execute on line %d: got PGRES_COMMAND_OK after PGRES_COPY_OUT\n", stmt->lineno);
1677
else
1678
- 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));
1679
}
1680
break;
1681
0 commit comments