pgsql/src/interfaces/libpq++ pglobject.cc

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/libpq++ pglobject.cc
Date: 2002-06-15 19:30:40
Message-ID: 20020615193040.1CEB7475EB9@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/06/15 15:30:40

Modified files:
src/interfaces/libpq++: pglobject.cc

Log message:
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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-06-15 19:34:51 pgsql/doc/src/sgml plsql.sgml
Previous Message Bruce Momjian - CVS 2002-06-15 19:13:04 pgsql/src/tools/pgindent README pgcppindent