CVSROOT:	/cvsroot
Module name:	pgsql-server
Changes by:	tgl(at)postgresql(dot)org	03/01/08 20:07:18
Modified files:
	src/backend/utils/adt: Tag: REL7_3_STABLE date.c timestamp.c 
Log message:
	Repair inconsistent rounding behavior for timestamp, time, interval,
	per gripe from Csaba Nagy.  There is still potential for platform-specific
	behavior for values that are exactly halfway between integers, but at
	least we now get the expected answer for all other cases.