Thread: pgsql/src backend/utils/adt/format_type.c back ...

pgsql/src backend/utils/adt/format_type.c back ...

From
tgl@postgresql.org
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/10/08 15:55:07

Modified files:
    src/backend/utils/adt: format_type.c ruleutils.c
    src/include/utils: builtins.h

Log message:
    Fix ruleutils to depend on format_type, rather than having a private
    copy of code that knows about displaying types with typmod info.
    Needed so that it does the right thing with timestamp datatypes now.