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 9e76b4c commit a27cb17Copy full SHA for a27cb17
src/interfaces/ecpg/ecpglib/execute.c
@@ -1,4 +1,4 @@
1
-/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/execute.c,v 1.53 2006/07/28 09:08:01 meskes Exp $ */
+/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/execute.c,v 1.54 2006/07/28 10:12:56 meskes Exp $ */
2
3
/*
4
* The aim is to get a simpler inteface to the database routines.
@@ -1441,7 +1441,6 @@ ECPGexecute(struct statement * stmt)
1441
else
1442
ECPGlog("ECPGexecute line %d: Got error after PGRES_COPY_OUT: %s", PQresultErrorMessage(results));
1443
}
1444
- //PQendcopy(stmt->connection->connection);
1445
break;
1446
1447
case PGRES_COPY_IN:
0 commit comments