]> 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:30:59 +0000 (16:30 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Thu, 31 Dec 1998 16:30:59 +0000 (16:30 +0000)
commit4d56dbd678fb84cac66a47421ae06a090d438a99
tree3fc6982bbb5441b95de283eee86a1232e38bf4ee
parent2d74bf884396e60f566645d9d3610a75ea768787
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