Re: Redhat 7.3 time manipulation bug

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Redhat 7.3 time manipulation bug
Дата
Msg-id 3CEE77F6.6010207@joeconway.com
обсуждение исходный текст
Ответ на Re: Redhat 7.3 time manipulation bug  (cbbrowne@cbbrowne.com)
Ответы Re: Redhat 7.3 time manipulation bug  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:> It seems to me that it'd be really practical to just take what we> need out of this distribution and
forgoall dependency on> system-provided timezone databases.  And, since there's a mailing> list maintaining it, we
couldexpect someone else to handle updates> ;-) ... we'd just have to be careful to use the database files> unmodified,
sothat we could drop in new releases from time to time.>> Comments?  Anyone want to do the legwork?>
 

I don't understand precisely what need to be done, but I'll give it a 
shot if you get me pointed in the right direction.

<downloads and looks at code>
I see that tzcode2002c.tar.gz includes a mktime() function. Is the idea 
to pull this out (with just whatever support it needs), incorporate it 
into PostgreSQL source (perhaps in a new src/backend/utils/tz directory) 
and use this in place of the system provided mktime()?

Joe




В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Olonichev Sergei"
Дата:
Сообщение: How to add big amounts of data into database?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Exposed function to find table in schema search list?