mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 01:00:11 -04:00
Removed superfluous comment
This commit is contained in:
parent
9e76b4c7c5
commit
a27cb17788
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $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.
|
||||
|
|
@ -1441,7 +1441,6 @@ ECPGexecute(struct statement * stmt)
|
|||
else
|
||||
ECPGlog("ECPGexecute line %d: Got error after PGRES_COPY_OUT: %s", PQresultErrorMessage(results));
|
||||
}
|
||||
//PQendcopy(stmt->connection->connection);
|
||||
break;
|
||||
}
|
||||
case PGRES_COPY_IN:
|
||||
|
|
|
|||
Loading…
Reference in a new issue