Re: increase message string buffer size of watch command of psql

Поиск
Список
Период
Сортировка
От Ioseph Kim
Тема Re: increase message string buffer size of watch command of psql
Дата
Msg-id 5761F594.4040301@postgresql.kr
обсуждение исходный текст
Ответ на Re: increase message string buffer size of watch command of psql  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Thanks, I agree that strftime() is better then asctime().

regards, Ioseph

2016년 06월 16일 08:37에 Tom Lane 이(가) 쓴 글:
> Alvaro Herrera <alvherre@2ndquadrant.com> writes:
>> +1 to strftime("%c").  If we wanted to provide additional flexibility we
>> could have a \pset option to change the strftime format string to
>> something other than %c, but I don't think there's enough demand to
>> justify it.
> Agreed, that seems like something for later (or never).  Pushed that way.
>
> I also widened the buffer a bit in the back branches, to address the
> original complaint.
>
>             regards, tom lane




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: increase message string buffer size of watch command of psql
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <