]> granicus.if.org Git - postgresql/commit
Fix ruleutils to depend on format_type, rather than having a private
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Oct 2001 19:55:07 +0000 (19:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Oct 2001 19:55:07 +0000 (19:55 +0000)
commit1c7bef32b46ac602d5478314dcfe1154858e970e
treeca2d01be2fe12ecbae2bf40ff1ed4911cd47817c
parentb6a79482942b45ebc2b70e86fd30ec97f7817701
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.
src/backend/utils/adt/format_type.c
src/backend/utils/adt/ruleutils.c
src/include/utils/builtins.h