Re: [PATCHES] dbsize contrib

2004-09-03 Thread Bruce Momjian
Applied and new file attached. I cleaned it up a little. One problem is that the sample query generates a syntax error. --- Andreas Pflug wrote: Bruce Momjian wrote: Patch applied. Thanks. Can I get some

Re: [PATCHES] Win32 Version patch

2004-09-03 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it. If only psql uses the ico file right now, let's leave it in psql directory. We

Re: [PATCHES] pgxs default installation + various fixes

2004-09-03 Thread Fabien COELHO
Dear Alvaro, As I'm into these files, I can say that one of the reason for that is that the shell scripts in the makefile looks inefficient, with nested for-loops and one-at-a-time config/install-sh forked-script copies for 350 header files, on the 971 files of a standard installation.

Re: [PATCHES] pgxs default installation + various fixes

2004-09-03 Thread Alvaro Herrera
On Fri, Sep 03, 2004 at 10:42:30AM +0200, Fabien COELHO wrote: As I'm into these files, I can say that one of the reason for that is that the shell scripts in the makefile looks inefficient, with nested for-loops and one-at-a-time config/install-sh forked-script copies for 350 header files,

Re: [PATCHES] HP-UX PA-RISC/Itanium 64-bit Patch and HP-UX 11.23 Patch

2004-09-03 Thread Bruce Momjian
This has been applied and will be in beta3. --- Shinji Teragaito wrote: On Tue, 24 Aug 2004 00:39:55 -0400, Tom Lane [EMAIL PROTECTED] said: Shinji Teragaito [EMAIL PROTECTED] writes: I made a patch to let

Re: [PATCHES] pgxs default installation + various fixes

2004-09-03 Thread Fabien COELHO
Dear Tom, dear Peter, By my count it adds about 2 megabytes to the installed footprint, which perhaps is not so much now as it was at the time. Ok. I agree. I'm investigating on how to do that, and the choice will be to committers. A larger problem from my point of view is that the

[PATCHES] pgxs default installation + various fixes - v2

2004-09-03 Thread Fabien COELHO
Dear patchers, please find attached an alternate submission which addresses open item make pgxs install by default. It is up to the committers to chose. (1) there is only one install target. no more install-all-headers. it simplifies/changes several makefiles. (2) the documentation

Re: [PATCHES] [pgsql-hackers-win32] [BUGS] Win32 deadlock detecti

2004-09-03 Thread Claudio Natoli
Magnus Hagander writes: Here's a more complete patch that addresses all the places where WaitForxxx can block. The previous fix only fixed statement_timeout, not the deadlock situation. I can confirm that the patch corrects the stated issues. Cheers, Claudio --- Certain disclaimers and

Re: [PATCHES] time_t timezone

2004-09-03 Thread Reini Urban
Bruce Momjian schrieb: Reini Urban wrote: # PGAC_VAR_INT_TIMEZONE # - # Check if the global variable `timezone' exists. If so, define # HAVE_INT_TIMEZONE. AC_DEFUN([PGAC_VAR_INT_TIMEZONE], [AC_CACHE_CHECK(for int timezone,

Re: [PATCHES] pgxs default installation + various fixes

2004-09-03 Thread Tom Lane
Fabien COELHO [EMAIL PROTECTED] writes: For instance, apache looks for a bsd install program at configuration time... and a slow but compatible shell substitute is used instead if none is available. We used to do that, and gave up on it because there was too much variability in the available