Re: CVS compile failure

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: CVS compile failure
Дата
Msg-id 9040.1090213833@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: CVS compile failure  ("Marc G. Fournier" <scrappy@postgresql.org>)
Ответы Re: CVS compile failure
Список pgsql-hackers
"Marc G. Fournier" <scrappy@postgresql.org> writes:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> I am seeing a compile failure in current CVS from strptime():
>> ./backend/access/transam/xlog.c:    if (strptime(tok2, "%Y-%m-%d %H:%M:%S", &tm) == NULL)
>> BSD/OS does not have that function.

> Under FreeBSD:
> "     The strptime() function does not correctly handle multibyte characters in
>       the format argument"
> Not sure how critical that is for what you are doing, mind you ...

Not at all, since in this call the format is the fixed constant
"%Y-%m-%d %H:%M:%S".  But it's odd that your BSD variant has strptime()
where Bruce's does not.

I suppose it doesn't much matter though: we have to recode without
strptime.  No big deal.  I'll fix it tomorrow if no one beats me to it.
        regards, tom lane


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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: CVS compile failure
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Why we really need timelines *now* in PITR