aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-06-01 02:43:37 +0000
committerBruce Momjian <bruce@momjian.us>1999-06-01 02:43:37 +0000
commit42a02c441a9bd86c0ec2c8ebe6edfd6b41e4acee (patch)
treedfb80ff666f561e1f1c75bb2fdceaa5ff323be8e /src
parentd2ab04ca73f8903fdb65b7bbc0aba86a787fee8c (diff)
downloadpostgresql-42a02c441a9bd86c0ec2c8ebe6edfd6b41e4acee.tar.gz
postgresql-42a02c441a9bd86c0ec2c8ebe6edfd6b41e4acee.zip
forgot to attach the patch. :(
Vince.
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/libpq++/pgcursordb.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interfaces/libpq++/pgcursordb.cc b/src/interfaces/libpq++/pgcursordb.cc
index 85a00833ea7..e2bfd2480f0 100644
--- a/src/interfaces/libpq++/pgcursordb.cc
+++ b/src/interfaces/libpq++/pgcursordb.cc
@@ -10,7 +10,7 @@
* Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgcursordb.cc,v 1.3 1999/05/30 15:17:57 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgcursordb.cc,v 1.4 1999/06/01 02:43:37 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -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()