>1. cyg-pgdll.patch
>For the cygwin port I found out that we'd need a better name for libpq
>libraries only, and that the name pq.dll is not a good one. It would
>clash with the mingw version, which might get copied into the path.
>We have out own standards, esp. when dealing with import libs, which
>would require the "cyg" prefix for pq.dll.
The mingw library is "libpq.dll", not "pq.dll". If cygwin uses just
"pq.dll" there will be no clash.
Same for the native win32 version, which has been around for years.
//Magnus