pgsql-server/src/backend/utils/adt Tag: REL7_3 ...
Started by Tom Laneabout 23 years ago1 messagescomitters
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 03/05/04 00:30:35
Modified files:
src/backend/utils/adt: Tag: REL7_3_STABLE datetime.c nabstime.c
Log message:
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.