"Tim Yardley" <[EMAIL PROTECTED]> writes:
>> Can you strace the backend while it's doing this and see if there's a
>> difference in the series of kernel calls issued?
> See attached strace. Let me know if you see anything enlightening.
Nope :-(. The strace output is *exactly* the same across al
"Tim Yardley" <[EMAIL PROTECTED]> 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_ti