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

Commit95d1f5f

Browse files
committed
This *should* fix the large binary object problem in libpq++ from the
TODO list.Vince
1 parent0e1bfe9 commit95d1f5f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

‎src/interfaces/libpq++/libpq++.H

Lines changed: 2 additions & 2 deletions
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.6 1999/10/06 03:00:16 momjian Exp $";
33+
staticchar rcsid[] ="$Id: libpq++.H,v 1.7 1999/10/22 19:05:02 momjian Exp $";
3434

3535

3636
// ****************************************************************
@@ -123,7 +123,7 @@ public:
123123
voidClose();
124124
intRead(char* buf,int len);
125125
intWrite(constchar* buf,int len);
126-
intLseek(int offset,int whence);
126+
intLSeek(int offset,int whence);
127127
intTell();
128128
intUnlink();
129129
OidLOid();

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

Lines changed: 2 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
*
13-
* $Id: pglobject.h,v 1.2 1999/05/23 01:04:03 momjian Exp $
13+
* $Id: pglobject.h,v 1.3 1999/10/22 19:05:02 momjian Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -34,6 +34,7 @@ class PgLargeObject : public PgConnection {
3434
int pgFd;
3535
Oid pgObject;
3636
string loStatus;
37+
voidInit(Oid lobjId =0);
3738

3839
public:
3940
PgLargeObject(constchar* conninfo =0);// use reasonable defaults and create large object
@@ -52,9 +53,6 @@ class PgLargeObject : public PgConnection {
5253
OidImport(constchar* filename);
5354
intExport(constchar* filename);
5455
stringStatus();
55-
56-
private:
57-
voidInit(Oid lobjId =0);
5856
};
5957

6058
#endif// PGLOBJ_H

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp