Re: BUG #14322: Possible inconsistent behavior with timestamp_to_str()

Поиск
Список
Период
Сортировка
От Marko Tiikkaja
Тема Re: BUG #14322: Possible inconsistent behavior with timestamp_to_str()
Дата
Msg-id 08129d47-7952-dff2-e9e9-8a1b2bf706bd@joh.to
обсуждение исходный текст
Ответ на Re: BUG #14322: Possible inconsistent behavior with timestamp_to_str()  (Keith Fiske <keith@omniti.com>)
Ответы Re: BUG #14322: Possible inconsistent behavior with timestamp_to_str()
Список pgsql-bugs
On 2016-09-13 22:58, Keith Fiske wrote:
> No, it's obtained elsewhere by querying the current max timestamp value
> from the partition set.
> Shouldn't matter if it was, though. You can see that all it takes to change
> the string output of the timestamp is swapping the values around. The
> values of the variables are the same in either case.

Did you miss this part?

/* [ ... ] Note
  * also that the result is in a static buffer, not pstrdup'd.
  */


.m

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

Предыдущее
От: Keith Fiske
Дата:
Сообщение: Re: BUG #14322: Possible inconsistent behavior with timestamp_to_str()
Следующее
От: Keith Fiske
Дата:
Сообщение: Re: BUG #14322: Possible inconsistent behavior with timestamp_to_str()