]> granicus.if.org Git - postgresql/commit
Fix handling of pg_type.typdefault per bug report from Dave Blasby.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 Sep 2001 02:07:42 +0000 (02:07 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 Sep 2001 02:07:42 +0000 (02:07 +0000)
commit6c91eef7b73b53d3fa7023f487b1ae842f4f9e4d
treeb6792097ed22b40d4f91237ae9c73d6a96855019
parentf2b604ecf43be704041ad62517e6ed9d12567103
Fix handling of pg_type.typdefault per bug report from Dave Blasby.
If there's anyone out there who's actually using datatype-defined
default values, this will be an incompatible change in behavior ...
but the old behavior was so broken that I doubt anyone was using it.
doc/src/sgml/catalogs.sgml
src/backend/catalog/heap.c
src/backend/catalog/pg_type.c
src/backend/commands/define.c
src/backend/optimizer/prep/preptlist.c
src/backend/utils/cache/lsyscache.c
src/bin/pg_dump/pg_dump.c
src/include/catalog/pg_type.h
src/include/utils/lsyscache.h
src/test/regress/expected/create_type.out
src/test/regress/sql/create_type.sql