OSDN Git Service

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)
commite8e746de34d1f43a4b3936ff73630a70244cdc5f
treed0e470c15f42d670d0a6806ccc60604bb854d2ec
parent436e6af2ad8d0898612156dbb12a78f8cd22e455
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