Re: [PATCHES] [HACKERS] Timezone List

2006-09-07 Thread Magnus Hagander
Assuming we can sneak this in even though it's feature-freeze, want me to look for it? Yeah, please take a look --- seeing the size of the code will probably help us decide if it's too late for 8.2 or not. Here goes. Tested only on win32 so far, but works there. No docs yet either - need

Re: [PATCHES] [HACKERS] Timezone List

2006-09-07 Thread Magnus Hagander
Assuming we can sneak this in even though it's feature-freeze, want me to look for it? Yeah, please take a look --- seeing the size of the code will probably help us decide if it's too late for 8.2 or not. Here goes. Tested only on win32 so far, but works there. No docs yet

[PATCHES] Template0 age is increasing speedily.

2006-09-07 Thread Nimesh Satam
Hi!.. I noticed that the age of template0 is increasing very rapidly..Can you please let me know how we can control this and what causes such problems. We also noticed that the database slow downs heavily at a particular time..Can you suggest any tools which will help in diagnosing the root

Re: [PATCHES] [HACKERS] Fix linking of OpenLDAP libraries

2006-09-07 Thread Albe Laurenz
Tom Lane wrote: I have realized that my modifications in configure.in and src/interfaces/libpq/Makefile to link libpq against OpenLDAP are buggy. Here is a proposed patch to fix it. [...] # The backend doesn't need everything that's in LIBS, however ! LIBS := $(filter-out -lz -lreadline

Re: [HACKERS] [PATCHES] Backend SSL configuration enhancement

2006-09-07 Thread Martijn van Oosterhout
On Tue, Sep 05, 2006 at 10:17:15AM +0400, Victor Wagner wrote: It's a pity that it's to late for patch to get into 8.2. It means that during all 8.2 lifecycle we'll have to maintain this patch separately. Hmm? After 8.2 releases, if it's ready, it will go straight into CVS at which point it'll

[PATCHES] related problem of path by msvc

2006-09-07 Thread Hiroshi Saito
Hi Bruce-san, and Magnus-san. I have one problem, after this is arranged. Please take into consideration. Regards, Hiroshi Saito --- src/tools/msvc/build.bat.orig Fri Sep 8 11:49:32 2006 +++ src/tools/msvc/build.batFri Sep 8 11:50:37 2006 @@ -4,7 +4,7 @@ perl mkvcbuild.pl if

Re: [PATCHES] related problem of path by msvc

2006-09-07 Thread Hiroshi Saito
Uga...short.. Sorry this is new patch. - Original Message - From: Hiroshi Saito [EMAIL PROTECTED] To: pgsql-patches@postgresql.org Sent: Friday, September 08, 2006 12:02 PM Subject: [PATCHES] related problem of path by msvc Hi Bruce-san, and Magnus-san. I have one problem, after

Re: [PATCHES] BUG #2600: dblink compile with SSL missing libraries

2006-09-07 Thread Chris Browne
[EMAIL PROTECTED] (Tom Lane) writes: Chris Browne [EMAIL PROTECTED] writes: I still need the following, on AIX: -SHLIB_LINK = $(libpq) +SHLIB_LINK = $(libpq) $(LIBS) No you don't --- see recent warthog complaint. We have to filter LIBS down to just the minimum. I'm at a loss, then. - If

Re: [PATCHES] BUG #2600: dblink compile with SSL missing libraries

2006-09-07 Thread Tom Lane
Chris Browne [EMAIL PROTECTED] writes: [EMAIL PROTECTED] (Tom Lane) writes: No you don't --- see recent warthog complaint. We have to filter LIBS down to just the minimum. I'm at a loss, then. - If LIBS is being filtered to the minimum, then shouldn't it be appropriate to add it in

Re: [PATCHES] related problem of path by msvc

2006-09-07 Thread Hiroshi Saito
Ah...I am sorry in spam mail.:-( It is this surely.. Sorry..all Hiroshi Saito Uga...short.. Sorry this is new patch. --- src/tools/msvc/build.bat.orig Fri Sep 8 11:49:32 2006 +++ src/tools/msvc/build.batFri Sep 8 11:50:37 2006 @@ -4,7 +4,7 @@ perl mkvcbuild.pl if

Re: [PATCHES] BUG #2600: dblink compile with SSL missing libraries

2006-09-07 Thread Chris Browne
[EMAIL PROTECTED] (Tom Lane) writes: Chris Browne [EMAIL PROTECTED] writes: [EMAIL PROTECTED] (Tom Lane) writes: No you don't --- see recent warthog complaint. We have to filter LIBS down to just the minimum. I'm at a loss, then. - If LIBS is being filtered to the minimum, then shouldn't

Re: [PATCHES] [HACKERS] Template0 age is increasing speedily.

2006-09-07 Thread Merlin Moncure
On 9/7/06, Nimesh Satam [EMAIL PROTECTED] wrote: We also noticed that the database slow downs heavily at a particular time..Can you suggest any tools which will help in diagnosing the root cause behiond the data load. possible checkpoint? poorly formulated query? it could be any number of