]> granicus.if.org Git - postgresql/commit
From: "D'Arcy J.M. Cain" <darcy@druid.net>
authorMarc G. Fournier <scrappy@hub.org>
Fri, 21 Mar 1997 18:53:28 +0000 (18:53 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 21 Mar 1997 18:53:28 +0000 (18:53 +0000)
commit3589f71ebb2da4d03faccca5a04ada6c9889af85
treed3ad824ec3436c23a3465b1637e784c5c197a547
parent69c2c66196b199619f388d27b4b3e53feeb1f6a6
From: "D'Arcy J.M. Cain" <darcy@druid.net>
Subject: [HACKERS] backend/utils/adt/nabstime.c

There is a problem with some of the calls to strftime.  The second arg is
missing.  In all cases the buffer is CTZName which, according to the
file init/globals.c, is char CTZName[8] so I have added this value.
I know there should be a #define set up for this but I wasn't sure
which header to put it in.
src/backend/utils/adt/nabstime.c