]> granicus.if.org Git - postgresql/commit
Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocks
authorThomas G. Lockhart <lockhart@fourpalms.org>
Thu, 31 Dec 1998 16:34:48 +0000 (16:34 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Thu, 31 Dec 1998 16:34:48 +0000 (16:34 +0000)
commit0a2744466e94d8b8f400319951034e2f8d14afb8
tree524c1462e2ac1f7ddd37dd49f84da90a03da16d8
parent1e6421658797afde854af1c76835a76e8caf28db
Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocks
 to give HAVE_TM_ZONE priority. This fixes glibc2 machines and any other
 machine which passes both tests in configure.
Repair HAVE_TM_ZONE code which stuffs tm structure with date type values.
 Same problems as were originally there before v6.1, but never noticed.
Thanks to Oleg for nagging :)
src/backend/utils/adt/datetime.c
src/backend/utils/adt/dt.c
src/backend/utils/adt/nabstime.c