pgsql-server/src/include/catalog pg_proc.h - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql-server/src/include/catalog pg_proc.h
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    [email protected]    03/01/08 19:58:42

Modified files:
    src/include/catalog: pg_proc.h

Log message:
    Add missing pg_proc entry for interval_scale().  The lack of this entry
    causes interval rounding not to work as expected in 7.3, for example
    SELECT '18:17:15.6'::interval(0) does not round the value.
    I did not force initdb, but one is needed to install the added row.


pgsql-committers by date:

Previous
From: [email protected] (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/src/backend/libpq Tag: REL7_3_STA ...
Next
From: [email protected] (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/doc/TODO.detail thread