[BUGS] 7.3 interval casting broken (7.4 OK)

2003-10-18 Thread elein
The interval casting in 7.3 is ignoring precision. This is the test script followed by the 7.3 and 7.4 output. -- Repro script -- #!/bin/bash psql -e <

Re: [BUGS] 7.3 interval casting broken (7.4 OK)

2003-10-18 Thread Tom Lane
elein <[EMAIL PROTECTED]> writes: > The interval casting in 7.3 is ignoring precision. Yeah, see this fix: 2003-01-08 19:58 tgl * src/include/catalog/pg_proc.h: Add missing pg_proc entry for interval_scale(). The lack of this entry causes interval rounding not to work a