Обсуждение: pgsql-server/src/backend/access/transam xlog.c
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@svr1.postgresql.org 04/03/22 00:16:57
Modified files:
src/backend/access/transam: xlog.c
Log message:
Increase xlog str_time() static string variable, per Korean User's Group.
Tom Lane wrote: > momjian@svr1.postgresql.org (Bruce Momjian) writes: > > Increase xlog str_time() static string variable, per Korean User's Group. > > There were some other places where we were calling strftime with random > choices of output buffer size and/or display format. I've neatened > things up a little. Thanks. I didn't know there were more. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073
momjian@svr1.postgresql.org (Bruce Momjian) writes:
> Increase xlog str_time() static string variable, per Korean User's Group.
There were some other places where we were calling strftime with random
choices of output buffer size and/or display format. I've neatened
things up a little.
regards, tom lane