Re: [PATCHES] pgxs patch for win32 (v2)

2004-11-18 Thread Thomas Hallgren
Tom Lane wrote: Fabien COELHO [EMAIL PROTECTED] writes: please find attached a very small patch which: - install win32 headers on make install - install libpostgres.a library under win32 by default (MAKE_DLL=true) - fix CPPFLAGS under win32 to look for these added header under PGXS Applied.

[PATCHES] There's any version that work on Windows 2000??

2004-11-18 Thread ctnan
There is no way to install PostgreSQL 8.0.0 Beta4 and any other version in my windows 2000. No matter what user i use or any kind of configuration option combination it's allways the same. I start the installation and in the moment that the installation said:

Re: [PATCHES] [HACKERS] pg_resetxlog options

2004-11-18 Thread Zeugswetter Andreas DAZ SD
Some other time maybe. Meanwhile, this patch ought to make it compile more cleanly on Windows - not sure why I get errors there but not Linux. Because getopt() is normally declared in unistd.h, not getopt.h (Windows being an exception?). getopt is not in any standard Windows headers. The