From: Bruce Momjian Date: Tue, 1 Jun 1999 02:43:37 +0000 (+0000) Subject: forgot to attach the patch. :( X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=d6eda5945020d277d54c4b52cb6ffa6784393807;p=users%2Fbernd%2Fpostgres.git forgot to attach the patch. :( Vince. --- diff --git a/src/interfaces/libpq++/pgcursordb.cc b/src/interfaces/libpq++/pgcursordb.cc index 1546afdc26..7a3ae9a061 100644 --- a/src/interfaces/libpq++/pgcursordb.cc +++ b/src/interfaces/libpq++/pgcursordb.cc @@ -31,9 +31,9 @@ PgCursor::PgCursor(const char* conninfo, const char* cursor) // Do not make a connection to the backend -- just query // Connection should not be closed after the object destructs since some // other object is using the connection -PgCursor::PgCursor(const PgConnection& conn, const char* cursor) - : PgTransaction(conn), pgCursor(cursor) -{} +//PgCursor::PgCursor(const PgConnection& conn, const char* cursor) +// : PgTransaction(conn), pgCursor(cursor) +//{} // Destructor: End the transaction block PgCursor::~PgCursor()