postgresql/src/backend/utils
Marc G. Fournier 3589f71ebb 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.
1997-03-21 18:53:28 +00:00
..
adt From: "D'Arcy J.M. Cain" <darcy@druid.net> 1997-03-21 18:53:28 +00:00
cache Change portname "sparc" to "sunos4" and change some portname dependencies to 1996-12-04 03:06:33 +00:00
error This is an attempt to get rid of some cruft... 1997-03-18 21:40:41 +00:00
fmgr Remove WIN32 defines. They never worked. 1997-02-14 04:19:07 +00:00
hash All external function definitions now have prototypes that are checked. 1996-11-10 03:06:38 +00:00
init - Move most of the I/O in both libpq and the backend to a set 1997-03-18 20:15:39 +00:00
misc Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> 1996-11-06 06:52:23 +00:00
mmgr Make it compile on Ultrix. Thanks Erik Bertelson. 1996-11-26 03:20:35 +00:00
sort Makefile cleanup after reorganization 1996-11-09 06:24:51 +00:00
time Makefile cleanup after reorganization 1996-11-09 06:24:51 +00:00
Gen_fmgrtab.sh Replace occurances of USE_{LIMITS,VALUES}_H with HAVE_* in preparation 1997-01-24 18:00:48 +00:00
Makefile Makefile cleanup after reorganization 1996-11-09 06:24:51 +00:00