diff options
Diffstat (limited to 'psycopg/pqpath.c')
-rw-r--r-- | psycopg/pqpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psycopg/pqpath.c b/psycopg/pqpath.c index d7283d0..d02cb70 100644 --- a/psycopg/pqpath.c +++ b/psycopg/pqpath.c @@ -1913,7 +1913,7 @@ pq_fetch(cursorObject *curs, int no_result) break; default: - /* PGRES_COPY_BOTH, PGRES_SINGLE_TUPLE, future statuses */ + /* PGRES_SINGLE_TUPLE, future statuses */ Dprintf("pq_fetch: got unsupported result: status = %d pgconn = %p", pgstatus, curs->conn); PyErr_Format(NotSupportedError, |