Fix a bug in input processing for the "interval" type. Previously,

Neil Conway <neilc@samurai.com>

Commit: 21b8d51de66c5d47a647d4ac8307b1846120bd46
Author: Neil Conway <neilc@samurai.com>
Date: 2007-05-29T04:59:44Z
Releases: 8.1.10
Fix a bug in input processing for the "interval" type. Previously,
"microsecond" and "millisecond" units were not considered valid input
by themselves, which caused inputs like "1 millisecond" to be rejected
erroneously.

Update the docs, add regression tests, and backport to 8.2 and 8.1

Files