]> granicus.if.org Git - postgresql/commit
Fix timestamp to date conversion for the case where timestamp uses a double
authorThomas G. Lockhart <lockhart@fourpalms.org>
Sat, 1 Jun 2002 15:52:15 +0000 (15:52 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Sat, 1 Jun 2002 15:52:15 +0000 (15:52 +0000)
commit17adf80b471efa7c6523ef39071c80b22a2ee3dd
tree40548998d3d04becf51a8afcffaac616f5e10aba
parent606db06f83f442b4a20b2f770c9bd3811c33589b
Fix timestamp to date conversion for the case where timestamp uses a double
 precision storage format. Previously applied the same math as used for the
 64-bit integer storage format case, which was wrong.
 Problem introduced recently when the 64-bit storage format was
 implemented.
src/backend/utils/adt/date.c