Establish the rule that array types should have the same typdelim as their
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 25 Sep 2008 03:28:56 +0000 (03:28 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 25 Sep 2008 03:28:56 +0000 (03:28 +0000)
commitfeffbe52bed6b5df5f34b22cbaa9b553d196b1c7
tree76e30a74b646c49e42d66f8f645893a4bd639cb2
parent6e907e068aa038cf6c455c5f2c42cbd5bdcf35d4
Establish the rule that array types should have the same typdelim as their
element types.  Since the backend doesn't actually pay attention to the array
type's delimiter, this has no functional effect, but it seems better for the
catalog entries to be consistent.  Per gripe from Greg Mullane and subsequent
discussion.
src/backend/commands/typecmds.c
src/include/catalog/catversion.h
src/include/catalog/pg_type.h
src/test/regress/expected/type_sanity.out
src/test/regress/sql/type_sanity.sql