aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-06-07 00:10:18 +0000
committerBruce Momjian <bruce@momjian.us>2001-06-07 00:10:18 +0000
commitd927ed20c26678e9fc7b4c2fe89c637dd12b285a (patch)
tree68c8b3bcbfb7bcd9fc40946030b1d6341cd8f8bd /src
parentba17165f55fefd342c0c79fee75b7cb1a830214b (diff)
downloadpostgresql-d927ed20c26678e9fc7b4c2fe89c637dd12b285a.tar.gz
postgresql-d927ed20c26678e9fc7b4c2fe89c637dd12b285a.zip
I have ported another Python Postgres interface to Windows (PgSQL). It seems
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
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/libpq/libpqdll.def9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/interfaces/libpq/libpqdll.def b/src/interfaces/libpq/libpqdll.def
index 32b0fa6ec3a..a8b24c96be8 100644
--- a/src/interfaces/libpq/libpqdll.def
+++ b/src/interfaces/libpq/libpqdll.def
@@ -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
+