Commit a27cb177 authored by Michael Meskes's avatar Michael Meskes

Removed superfluous comment

parent 9e76b4c7
/* $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 $ */
/* /*
* The aim is to get a simpler inteface to the database routines. * The aim is to get a simpler inteface to the database routines.
...@@ -1441,7 +1441,6 @@ ECPGexecute(struct statement * stmt) ...@@ -1441,7 +1441,6 @@ ECPGexecute(struct statement * stmt)
else else
ECPGlog("ECPGexecute line %d: Got error after PGRES_COPY_OUT: %s", PQresultErrorMessage(results)); ECPGlog("ECPGexecute line %d: Got error after PGRES_COPY_OUT: %s", PQresultErrorMessage(results));
} }
//PQendcopy(stmt->connection->connection);
break; break;
} }
case PGRES_COPY_IN: case PGRES_COPY_IN:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment