[PATCHES] pgkill for windows

2004-05-10 Thread Andrew Dunstan
Attached are 2 files needed to create a pgkill facility for Windows, and a complementary patch for src/bin/Makefile It is adapted from the facility on the Win32 page, but uses the builtin signal definitions rather than using its own. This facility is needed for shutting down postgres cleanly

Re: [PATCHES] patch for different join result order on regression test for win32

2004-05-10 Thread Tom Lane
Andrew Dunstan [EMAIL PROTECTED] writes: This resultmap patch and regression test result file allow the join regression test to succeed under Mingw. This is the hard way to do it. Instead of using the resultmap mechanism, pretend the difference is a locale difference, and just add the file as

Re: [PATCHES] mingw configure failure detection

2004-05-10 Thread Andrew Dunstan
I said: Peter Eisentraut said: Andrew Dunstan wrote: This patch for configure.in detects the link failures in MINGW that I and others have seen and warns the user they have to fix it up. I continue to object to these sort of patches if no one wants to bother to contact the mingw