diff options
| author | Hiroshi Inoue | 2014-02-23 04:33:32 +0000 |
|---|---|---|
| committer | Hiroshi Inoue | 2014-02-23 06:37:52 +0000 |
| commit | 01d261ca0aa4db089de274be35a4acdc9fd33764 (patch) | |
| tree | d8939c238b00caa22d579165f2302f69e594994a /loadlib.c | |
| parent | c3dfaee568f30f5aac23fb861bb26ff7e998ee6d (diff) | |
Currently PQConnectdbParams() not yet used anyway.
Diffstat (limited to 'loadlib.c')
| -rw-r--r-- | loadlib.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -348,6 +348,7 @@ inolog("connect_withparam_available is set to false\n"); connect_withparam_available = 0; } #else +#ifdef NOT_USED /* currently not yet used */ #ifdef HAVE_LIBLTDL lt_dlhandle dlhandle = lt_dlopenext(libpqlib); @@ -359,6 +360,7 @@ inolog("connect_withparam_available is set to false\n"); lt_dlclose(dlhandle); } #endif /* HAVE_LIBLTDL */ +#endif /* NOT_USED */ #endif /* _MSC_DELAY_LOAD_IMPORT */ } |
