Re: [BUGS] to_timestamp not stable if date string shorter than

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] to_timestamp not stable if date string shorter than
Дата
Msg-id 17922.1062601833@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [BUGS] to_timestamp not stable if date string shorter than  (Karel Zak <zakkr@zf.jcu.cz>)
Ответы Re: [BUGS] to_timestamp not stable if date string shorter than
Список pgsql-patches
Karel Zak <zakkr@zf.jcu.cz> writes:
>  Fixed. All tests  passed. My court  is without  ball now. The  patch is
>  attached.

Applied to CVS HEAD.  I also applied just the

+        if (flag == FROM_CHAR && *s=='\0')
+            break;

part to the 7.3 branch --- the rest of the changes didn't apply cleanly,
and seemed unrelated anyway.  This fixes the immediate complaint, but
if there's some reason to apply the rest to 7.3.*, would you submit
an additional patch against that branch?

            regards, tom lane

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

Предыдущее
От: Karel Zak
Дата:
Сообщение: Re: [BUGS] to_timestamp not stable if date string shorter than
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] to_timestamp not stable if date string shorter than