OSDN Git Service

Allow 60 in seconds fields of timestamp, time, interval input values.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 4 May 2003 04:30:15 +0000 (04:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 4 May 2003 04:30:15 +0000 (04:30 +0000)
commit50ed78b805bf86c73206935ea8a8b2dce4f60698
treedf33bff9701275dd871ac2bd731848a69f27e91e
parentd1b4327d02a2c7612797ad0cc3d08a1a23d04686
Allow 60 in seconds fields of timestamp, time, interval input values.
Per recent discussion on pgsql-general, this is appropriate for spec
compliance, and has the nice side-effect of easing porting from old
pg_dump files that exhibit the 59.999=>60.000 roundoff problem.
src/backend/utils/adt/datetime.c
src/backend/utils/adt/nabstime.c