]> granicus.if.org Git - postgresql/commit
Modify EncodeDateTime() to suppress trailing ".00" in seconds field.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Mon, 23 Jun 1997 14:50:56 +0000 (14:50 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Mon, 23 Jun 1997 14:50:56 +0000 (14:50 +0000)
commit01264e84ba129adefe540bae70f292c7db723cb3
treec8edc5d3d6b3625ae90205972b3552e62659ed50
parentd9bccec0d273067f2eda11744c583ed02da8446c
Modify EncodeDateTime() to suppress trailing ".00" in seconds field.
 This matches the behavior of the original formatting for abstime.
Repair datetime + timespan date arithmetic for year boundaries.
 From patch submitted by Dave Skinner.
src/backend/utils/adt/dt.c