Re: timezone changes break windows and cygwin

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: timezone changes break windows and cygwin
Дата
Msg-id 200507061446.j66EkuA18052@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: timezone changes break windows and cygwin  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: timezone changes break windows and cygwin  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Add to this something Magnus mentioned that I did not see until just
> > now.  The backend links in timezone/SUBSYS.o, which doesn't use pgport,
> > so you have pgport versions and native versions of some functions in the
> > same backend binary.  I am not sure that will always work.  Add to that,
> > are those object files fully compatible with the backend?
> 
> The patch was never supposed to change timezone/SUBSYS.o!  Only the zic
> executable.  If it's having any side effects on what goes into SUBSYS.o,
> it's simply wrong.

Well, my NO_PGPORT is affecting timezone/SUBSYS.o because there is no
way to compile zic without removing pgport library symbols from the
object files.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: timezone changes break windows and cygwin
Следующее
От: Tom Lane
Дата:
Сообщение: Re: timezone changes break windows and cygwin