Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 42a02c4

Browse files
committed
forgot to attach the patch. :(
Vince.
1 parent d2ab04c commit 42a02c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/interfaces/libpq++/pgcursordb.cc

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Copyright (c) 1994, Regents of the University of California
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgcursordb.cc,v 1.3 1999/05/30 15:17:57 tgl Exp $
13+
* $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgcursordb.cc,v 1.4 1999/06/01 02:43:37 momjian Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -31,9 +31,9 @@ PgCursor::PgCursor(const char* conninfo, const char* cursor)
3131
// Do not make a connection to the backend -- just query
3232
// Connection should not be closed after the object destructs since some
3333
// other object is using the connection
34-
PgCursor::PgCursor(const PgConnection& conn, const char* cursor)
35-
: PgTransaction(conn), pgCursor(cursor)
36-
{}
34+
//PgCursor::PgCursor(const PgConnection& conn, const char* cursor)
35+
// : PgTransaction(conn), pgCursor(cursor)
36+
//{}
3737

3838
// Destructor: End the transaction block
3939
PgCursor::~PgCursor()

0 commit comments

Comments
 (0)