forgot to attach the patch. :(
authorBruce Momjian <bruce@momjian.us>
Tue, 1 Jun 1999 02:43:37 +0000 (02:43 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 1 Jun 1999 02:43:37 +0000 (02:43 +0000)
Vince.

src/interfaces/libpq++/pgcursordb.cc

index 1546afdc26bc1e3094e89410f6d0379e12747908..7a3ae9a0615d49566244a142d9e9c62722cced42 100644 (file)
@@ -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()