Establish the rule that array types should have the same typdelim as their

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e8e746de34d1f43a4b3936ff73630a70244cdc5f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-09-25T03:28:56Z
Releases: 8.4.0
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.

Files