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

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/utils/adt/format_type.c back ...
Date: 2001-10-08 19:55:08
Message-ID: 200110081955.f98Jt8748037@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-10-08 21:46:59 pgsql/src/backend/parser parse_expr.c
Previous Message tgl 2001-10-08 18:40:04 pgsql/src/backend/commands rename.c