Re: Inefficiency in recent pgtz patch - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Inefficiency in recent pgtz patch
Date
Msg-id 3968.1117379920@sss.pgh.pa.us
Whole thread Raw
In response to Re: Inefficiency in recent pgtz patch  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-hackers
"Magnus Hagander" <mha@sollentuna.net> writes:
> Do you agree that using a hashtable for it in general is a good idea
> assuming this sideeffect is removed, though?

I have no problem with the hashtable, only with preloading it with
everything.  What I'd like to see is that the table inherited at fork()
contains just the data for the default timezone.  (At least in the
normal case where that setting hasn't been changed since postmaster
start.)
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Escape handling in COPY, strings, psql
Next
From: Michael Fuhr
Date:
Subject: pg_buffercache causes assertion failure