pgsql/src/backend/utils/adt (date.c datetime.c formatting.c nabstime.c timestamp.c)

Started by Peter Eisentrautover 25 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Date: Sunday, October 29, 2000 @ 08:17:34
Author: petere

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/adt
from hub.org:/home/projects/pgsql/tmp/cvs-serv9692/src/backend/utils/adt

Modified Files:
date.c datetime.c formatting.c nabstime.c timestamp.c

----------------------------- Log Message -----------------------------

USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are
equivalent.

In linux.h there were some #undef HAVE_INT_TIMEZONE, which are useless
because HAVE_TM_ZONE overrides it anyway, and messing with configure
results isn't cool.