The method PgLargeObject::LOid() is missing an implementation in the .cc

Bruce Momjian <bruce@momjian.us>

Commit: 240de617fbfebea029c1dc057708d9f0f2431ac5
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-06-15T19:30:40Z
Releases: 7.3.1
The method PgLargeObject::LOid() is missing an implementation in the .cc
file.


The program seems to compile ok, but when linking a program that uses
the 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 Traylor

Files

PathChange+/−
src/interfaces/libpq++/pglobject.cc modified +5 −2