forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit240de61
committed
The method PgLargeObject::LOid() is missing an implementation in the .cc
file.The program seems to compile ok, but when linking a program that usesthe call,g++ chokes with an undefined reference error.If you know how this problem might be fixed, list the solution below:---------------------------------------------------------------------I include the code:Oid PgLargeObject::LOid(){ return pgObject;}in the .cc file.Chris Traylor1 parentd54ae2a commit240de61
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
124 |
| - | |
125 | 124 |
| |
126 | 125 |
| |
127 | 126 |
| |
| |||
169 | 168 |
| |
170 | 169 |
| |
171 | 170 |
| |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + |
0 commit comments
Comments
(0)