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

Neil Conway <neilc@samurai.com>

Commit: 75103cc2189d8455dfb6904b01c4a96449518ee9
Author: Neil Conway <neilc@samurai.com>
Date: 2007-05-29T04:59:15Z
Releases: 8.2.5
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