Change plpgsql to depend on main parser's type-declaration grammar,

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

Commit: 0b3bca6c6f92722c9c4dc8ae69703b8a5cff363f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-10-09T04:15:38Z
Releases: 7.2.1
Change plpgsql to depend on main parser's type-declaration grammar,
rather than having its own somewhat half-baked notion of what a type
declaration looks like.  This is necessary now to ensure that plpgsql
will think a 'timestamp' variable has the same semantics as 'timestamp'
does in the main SQL grammar; and it should avoid divergences in future.

Files