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

Commit9eb6997

Browse files
committed
This *should* fix the large object segfault problem. Note linewrap may
be interfering with last line of patch.Vince.
1 parente2b71e0 commit9eb6997

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎src/interfaces/libpq++/libpq++.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extern "C" {
3030
#include"libpq-fe.h"
3131
}
3232

33-
staticchar rcsid[] ="$Id: libpq++.h,v 1.3 1999/12/03 17:35:05 momjian Exp $";
33+
staticchar rcsid[] ="$Id: libpq++.h,v 1.4 1999/12/05 19:29:37 momjian Exp $";
3434

3535

3636
// ****************************************************************
@@ -113,6 +113,11 @@ class PgDatabase : public PgConnection {
113113
//
114114
// ****************************************************************
115115
classPgLargeObject :publicPgConnection {
116+
private:
117+
int pgFd;
118+
Oid pgObject;
119+
string loStatus;
120+
116121
public:
117122
PgLargeObject(constchar* conninfo =0);// use reasonable defaults and create large object
118123
PgLargeObject(Oid lobjId,constchar* conninfo =0);// use reasonable defaults and open large object

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp