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
The attached patch fixes a number of issues related to compiling the
clientutilities (libpq.dll and psql.exe) for win32 (missing defines,adjustments toincludes, pedantic casting, non-existent functions) per:http://developer.postgresql.org/docs/postgres/install-win32.html.It compiles cleanly under Windows 2000 using Visual Studio .net. Alsocompiles clean and passes all regression tests (regular and contrib)under Linux.In addition to a review by the usual suspects, it would be verydesirable for someone well versed in the peculiarities of win32 to takea look.Joe Conway