Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit42a02c4

Browse files
committed
forgot to attach the patch. :(
Vince.
1 parentd2ab04c commit42a02c4

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,constchar* 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)

[8]ページ先頭

©2009-2025 Movatter.jp