• Tom Lane's avatar
    Fix interval input parser so that fractional weeks and months are · 57bfb27e
    Tom Lane authored
    cascaded first to days and only what is leftover into seconds.  This
    seems to satisfy the principle of least surprise given the general
    conversion to three-part interval values --- it was an oversight that
    these cases weren't dealt with in 8.1.  Michael Glaesemann
    57bfb27e
datetime.c 91.9 KB