Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd927ed2

Browse files
committed
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. Somefunctions that are defined in libpq-fe.h aren't exported in the DLL version ofthe library. I have added them to src/interfaces/libpq/libpqdll.def. The newcomplete file is attached.Gerhard H?ring
1 parentba17165 commitd927ed2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎src/interfaces/libpq/libpqdll.def

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,12 @@ EXPORTS
7979
destroyPQExpBuffer@ 76
8080
createPQExpBuffer@ 77
8181
PQconninfoFree@ 78
82+
PQconnectPoll@ 79
83+
PQconnectStart@ 80
84+
PQflush@ 81
85+
PQisnonblocking@ 82
86+
PQresetPoll@ 83
87+
PQresetStart@ 84
88+
PQsetClientEncoding@ 85
89+
PQsetnonblocking@ 86
90+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp