Re: tzdata issue on cross-compiled postgresql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Tim Yardley" <lst(at)openwrt(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: tzdata issue on cross-compiled postgresql
Date: 2008-01-09 21:05:43
Message-ID: 17115.1199912743@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Tim Yardley" <lst(at)openwrt(dot)org> writes:
> postgres=# select count(*) from pg_timezone_names where utc_offset != '00:00';
> count
> -------
> 0
> postgres=# select count(*) from pg_timezone_names where utc_offset != '00:00';
> count
> -------
> 504
> postgres=# select count(*) from pg_timezone_names where utc_offset != '00:00';
> count
> -------
> 0

That's just bizarre ... IIRC the output of that view is computed by
scanning the timezone directories, and you wouldn't expect that to
change.

Can you strace the backend while it's doing this and see if there's a
difference in the series of kernel calls issued?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gavin Sherry 2008-01-09 22:36:43 Re: Dynamic Partitioning using Segment Visibility Maps
Previous Message Simon Riggs 2008-01-09 20:51:30 Re: Named vs Unnamed Partitions