mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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
This commit is contained in:
@ -79,3 +79,12 @@ EXPORTS
|
|||||||
destroyPQExpBuffer @ 76
|
destroyPQExpBuffer @ 76
|
||||||
createPQExpBuffer @ 77
|
createPQExpBuffer @ 77
|
||||||
PQconninfoFree @ 78
|
PQconninfoFree @ 78
|
||||||
|
PQconnectPoll @ 79
|
||||||
|
PQconnectStart @ 80
|
||||||
|
PQflush @ 81
|
||||||
|
PQisnonblocking @ 82
|
||||||
|
PQresetPoll @ 83
|
||||||
|
PQresetStart @ 84
|
||||||
|
PQsetClientEncoding @ 85
|
||||||
|
PQsetnonblocking @ 86
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user