You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Especially with the 0.9 release, there have been a few reports of link errors due to attempting to use libpq 8.4 or libpq on Windows. Given that postgresql-libpq will successfully compile against the libpq 8.4 headers, but won't link with the libpq 8.4 object code, a minimal test suite would be useful as a smoke-test for linkage errors. Some guidance for dealing with common problems would also be useful.
Perhaps Setup.hs should check the version of libpq as well.
The text was updated successfully, but these errors were encountered:
Especially with the 0.9 release, there have been a few reports of link errors due to attempting to use libpq 8.4 or libpq on Windows. Given that
postgresql-libpq
will successfully compile against the libpq 8.4 headers, but won't link with the libpq 8.4 object code, a minimal test suite would be useful as a smoke-test for linkage errors. Some guidance for dealing with common problems would also be useful.Perhaps
Setup.hs
should check the version of libpq as well.The text was updated successfully, but these errors were encountered: