CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: scrappy@hub.org 01/09/05 22:07:42
Modified files:
doc/src/sgml : catalogs.sgml
src/backend/catalog: heap.c 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
Log message:
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.