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.

Re: [PATCHES] Romanian translation for 8.0: new file (pg_dump)

2004-11-18 Thread Peter Eisentraut
Alin Vaida wrote: > Please update src/bin/pg_dump/nls.mk accordingly. Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [PATCHES] [HACKERS] pg_arch.c call to sleep()

2004-11-18 Thread Andrew Dunstan
Tom Lane wrote: Andrew Dunstan <[EMAIL PROTECTED]> writes: I take this as confirmation that calling pg_usleep is the Right Thing (tm). Here's the patch. Applied. Darnit, I caught one and not the other. Here's a oneline fix. cheers andrew Index: src/backend/postmaster/pgarch.c ==

Re: [PATCHES] [HACKERS] pg_arch.c call to sleep()

2004-11-18 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > Darnit, I caught one and not the other. Here's a oneline fix. Done. regards, tom lane ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

[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 head