diff options
| author | Hiroshi Inoue | 2007-11-02 23:01:41 +0000 |
|---|---|---|
| committer | Hiroshi Inoue | 2007-11-02 23:01:41 +0000 |
| commit | 3dc26c30fcc8d56c4b9e5894f2ace66a8f8dc04a (patch) | |
| tree | b2210758653c3c45af635f403aface8bbea03fc7 /loadlib.h | |
| parent | 569b9cf9215dc21a5ae26ff4762e9cfad59dbe35 (diff) | |
I may have introduced a bug in the last change which may cause an
infinite loop of trial to use the same (should be lower) version of
protocols. Also try to use SSPI service for SSL support when libpq
is unavailable.
Diffstat (limited to 'loadlib.h')
| -rw-r--r-- | loadlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ extern "C" { #endif -BOOL LIBPQ_check(void); +BOOL SSLLIB_check(void); #ifndef NOT_USE_LIBPQ void *CALL_PQconnectdb(const char *conninfo, BOOL *); #endif /* NOT_USE_LIBPQ */ |
