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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #14322: Possible inconsistent behavior with timestamp_to_str()
Дата
Msg-id 17047.1473801698@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #14322: Possible inconsistent behavior with timestamp_to_str()  (Keith Fiske <keith@omniti.com>)
Список pgsql-bugs
Keith Fiske <keith@omniti.com> writes:
> On Tue, Sep 13, 2016 at 5:03 PM, Marko Tiikkaja <marko@joh.to> wrote:
>> Did you miss this part?
>> /* [ ... ] Note
>> * also that the result is in a static buffer, not pstrdup'd.

Oh, duh.

> Yeah I did see that when i went to look at its source and wondered if that
> may be why, but I'm still fairly new to C and wasn't sure that was the
> reason.
> Still think it would be nice to use it in a more flexible manner.

You can pstrdup its result if you want.  If it did that internally
it would result in some memory leaks we didn't want, IIRC.

            regards, tom lane

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

Предыдущее
От: Keith Fiske
Дата:
Сообщение: Re: BUG #14322: Possible inconsistent behavior with timestamp_to_str()
Следующее
От: Andreas Papst
Дата:
Сообщение: Re: BUG #14320: systemd terminates postgresql hot standby instance 90 seconds after start