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

From: Peter Eisentraut - PostgreSQL <petere(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt (date.c datetime.c formatting.c nabstime.c timestamp.c)
Date: 2000-10-29 13:17:34
Message-ID: 200010291317.e9TDHY611549@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2000-10-29 13:17:35 pgsql/src/include/port (aix.h beos.h bsdi.h dgux.h freebsd.h hpux.h irix5.h linux.h netbsd.h openbsd.h osf.h qnx4.h sco.h solaris.h sunos4.h svr4.h ultrix4.h univel.h unixware.h win.h)
Previous Message Peter Eisentraut - PostgreSQL 2000-10-29 12:49:50 pgsql/src/test/regress (pg_regress.sh)