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

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/src/include/catalog pg_proc.h
Date
Msg-id 20030109005842.CA275475F1A@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    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: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/src/backend/libpq Tag: REL7_3_STA ...
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/doc/TODO.detail thread