Re: pgsql: Improve performance of timezone loading, especially pg_timezone_

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Improve performance of timezone loading, especially pg_timezone_
Date: 2017-05-07 05:19:05
Message-ID: 22367.1494134345@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> writes:
> On Wed, May 3, 2017 at 7:21 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> Improve performance of timezone loading, especially pg_timezone_names view.

> I am consistently getting below error after this commit in my Win7 machine:
> running bootstrap script ... 2017-05-07 05:09:13.383 GMT [7908] LOG:
> could not open directory "/installation/share/timezone/posixrules": No
> such file or directory

> This occurs both during initdb and server start.

You sure it wasn't there before, too? That commit did not add any
file reads that didn't happen before.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2017-05-07 09:03:54 Re: pgsql: Improve performance of timezone loading, especially pg_timezone_
Previous Message Amit Kapila 2017-05-07 05:16:58 Re: pgsql: Improve performance of timezone loading, especially pg_timezone_