• Bruce Momjian's avatar
    The method PgLargeObject::LOid() is missing an implementation in the .cc · 240de617
    Bruce Momjian authored
    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
    240de617
pglobject.cc 3.43 KB