I have ported another Python Postgres interface to Windows (PgSQL). It seems
authorBruce Momjian
Thu, 7 Jun 2001 00:10:18 +0000 (00:10 +0000)
committerBruce Momjian
Thu, 7 Jun 2001 00:10:18 +0000 (00:10 +0000)
that not many people actually use libpq on Win32; I have found another bug. Some
functions that are defined in libpq-fe.h aren't exported in the DLL version of
the library. I have added them to src/interfaces/libpq/libpqdll.def. The new
complete file is attached.

Gerhard H?ring

src/interfaces/libpq/libpqdll.def

index 32b0fa6ec3a770a3ace315263a7a056612ed7ca0..a8b24c96be8ef2ee993e50071821c8dcbcd2bbf1 100644 (file)
@@ -79,3 +79,12 @@ EXPORTS
    destroyPQExpBuffer  @ 76
    createPQExpBuffer   @ 77
    PQconninfoFree      @ 78
+   PQconnectPoll       @ 79
+   PQconnectStart      @ 80
+   PQflush         @ 81
+   PQisnonblocking     @ 82
+   PQresetPoll     @ 83
+   PQresetStart        @ 84
+   PQsetClientEncoding @ 85
+   PQsetnonblocking    @ 86
+