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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/src/backend/access/transam xlog.c
Date: 2004-03-22 15:37:01
Message-ID: 802.1079969821@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

momjian(at)svr1(dot)postgresql(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-03-22 15:38:21 Re: pgsql-server/src/backend/access/transam xlog.c
Previous Message Tom Lane 2004-03-22 15:34:22 pgsql-server/ ontrib/pg_autovacuum/pg_autovacu ...