Re: Feature freeze approaching

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Feature freeze approaching
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34BA10@algol.sollentuna.se
обсуждение исходный текст
Ответ на Feature freeze approaching  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
>>>We have a feature freeze scheduled for either June 1 or
>whenever a major
>>>feature is completed, whichever is last.
>>>
>>>For Win32, we have open:
>>>
>>>    fsync (Tom)
>>>    relative installs (Bruce)
>>>    timezone (Magnus)
>>>
>
>Is timezone still an open item? I thought it was done.
>Certainly we pass the regression tests.

Yes. I am working on two things here:
1) Replacing the TZ library for Unix as well, so we have the same code.
For one thing, it will be much better tested that way. This part is
pretty much done. This will also allow some changes to the APIs to get
rid of a lot of workarounds currently in the code (for example, tzset()
by default does not let the caller know if a valid timezone was
specified, it just sets it to GMT if an invalid one was. The code I have
now returns an error directly).


2) Pick upt he default OS timezone. This still need a little bit more
work. But the code as it stands on Win32 will give you GMT on startup
unless you specify a TZ in postgresql.conf. On Unix, it goes with the OS
timezone.


I expect to be done with this not too long from now, though.

//Magnus


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

Предыдущее
От: "Ramanujam H S Iyengar"
Дата:
Сообщение: Stop restarting of inner plan??
Следующее
От: Fabien COELHO
Дата:
Сообщение: add server include files to default installation?