Diff for /sql/pgsql/parser3pgsql.C between versions 1.10 and 1.11

version 1.10, 2002/12/15 08:52:10 version 1.11, 2003/01/15 10:55:38
Line 448  private: // conn client library funcs Line 448  private: // conn client library funcs
 private: // conn client library funcs linking  private: // conn client library funcs linking
   
         const char *dlink(const char *dlopen_file_spec) {          const char *dlink(const char *dlopen_file_spec) {
                   if(lt_dlinit())
                           return lt_dlerror();
         lt_dlhandle handle=lt_dlopen(dlopen_file_spec);          lt_dlhandle handle=lt_dlopen(dlopen_file_spec);
         if(!handle)          if(!handle)
                         return "can not open the dynamic link module";                          return "can not open the dynamic link module";

Removed from v.1.10  
changed lines
  Added in v.1.11


E-mail: