Re: Major performance problem after upgrade from 8.3 to 8.4

From: Gerhard Wiesinger <lists(at)wiesinger(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Andreas Kretschmer <akretschmer(at)spamfence(dot)net>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Major performance problem after upgrade from 8.3 to 8.4
Date: 2010-09-03 17:57:00
Message-ID: alpine.LFD.2.01.1009031952390.8416@bbs.intern
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Fri, 3 Sep 2010, Tom Lane wrote:

> Gerhard Wiesinger <lists(at)wiesinger(dot)com> writes:
>> On Fri, 3 Sep 2010, Tom Lane wrote:
>>> Huh. Try strace'ing the process to see what it's doing.
>
>> It tries to find something in /usr/share/ ...
>> Ok, I think from the compile time options:
>> ./configure --with-system-tzdata=/usr/share
>
> Doh. I hadn't looked closely at that. Probably you want
> /usr/share/zoneinfo --- at least that's what the Red Hat RPMs use.
>

I tried even before I wrote to the mailinglist without success:
./configure
./configure --with-system-tzdata=/usr/share/pgsql/timezonesets
./configure --with-system-tzdata=/usr/share/pgsql
./configure --with-system-tzdata=/usr/share
Now I tried without success:
./configure --with-system-tzdata=/usr/share/zoneinfo

With last one I also get:
2010-09-03 19:51:29.079 CEST [27916] @/: FATAL: invalid value for parameter "timezone_abbreviations": "Default"

Correct directory would be:
ls -l /usr/share/pgsql/timezonesets/Default
-rw-r--r-- 1 root root 29602 2010-05-17 20:07 /usr/share/pgsql/timezonesets/Default

File looks also good.

Any ideas?

Thnx.

Ciao,
Gerhard

--
http://www.wiesinger.com/

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2010-09-03 18:09:22 Re: Major performance problem after upgrade from 8.3 to 8.4
Previous Message Tom Lane 2010-09-03 17:16:55 Re: Major performance problem after upgrade from 8.3 to 8.4