diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-06-15 19:30:40 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-06-15 19:30:40 +0000 |
commit | 240de617fbfebea029c1dc057708d9f0f2431ac5 (patch) | |
tree | 493fb4d8d1095b87550bb5cb465a5dedb06fc285 /src/backend/access/transam/xlogutils.c | |
parent | d54ae2aff24c3aa9df605e5ec3d09042b7458a6c (diff) | |
download | postgresql-240de617fbfebea029c1dc057708d9f0f2431ac5.tar.gz postgresql-240de617fbfebea029c1dc057708d9f0f2431ac5.zip |
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
Diffstat (limited to 'src/backend/access/transam/xlogutils.c')
0 files changed, 0 insertions, 0 deletions