]> granicus.if.org Git - postgresql/commit
Fix datetime and abstime conversions to and from date.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 16 May 1997 07:19:50 +0000 (07:19 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 16 May 1997 07:19:50 +0000 (07:19 +0000)
commite35b759fedc9f286a405f69b3e224d730ea0669a
tree5e5256b8373e185eae74b0c797c267bae306887e
parent07f01fc274071373063d87657c434120fa1f7e4a
Fix datetime and abstime conversions to and from date.
Bring optional new-storage date and time up to date and test.
This new storage format should fix the "Sparc gcc -O2 bug".
(Enable new code with USE_NEW_DATE and USE_NEW_TIME in dt.h)
src/backend/utils/adt/datetime.c