forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd927ed2
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?ring1 parentba17165 commitd927ed2
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + |
0 commit comments
Comments
(0)