pgsql-server/src/backend/access/transam xlog.c

Started by Bruce Momjianover 22 years ago3 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#1)
Re: pgsql-server/src/backend/access/transam xlog.c

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

#3Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#2)
Re: pgsql-server/src/backend/access/transam xlog.c

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