projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70431bf
)
forgot to attach the patch. :(
author
Bruce Momjian
<bruce@momjian.us>
Tue, 1 Jun 1999 02:43:37 +0000
(
02:43
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 1 Jun 1999 02:43:37 +0000
(
02:43
+0000)
Vince.
src/interfaces/libpq++/pgcursordb.cc
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq++/pgcursordb.cc
b/src/interfaces/libpq++/pgcursordb.cc
index 1546afdc26bc1e3094e89410f6d0379e12747908..7a3ae9a0615d49566244a142d9e9c62722cced42 100644
(file)
--- a/
src/interfaces/libpq++/pgcursordb.cc
+++ b/
src/interfaces/libpq++/pgcursordb.cc
@@
-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()