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

Lines changed: 4 additions & 4 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy