]> granicus.if.org Git - postgresql/commit
Restructure plpgsql's parsing of datatype declarations to unify the
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Jun 2004 22:56:43 +0000 (22:56 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Jun 2004 22:56:43 +0000 (22:56 +0000)
commit724c706400db2e885a5ecc654ce3a391fdb1c60d
tree3826eb08c275013ea7531c569cf711a150516d92
parent2a22750c9693f24c4d179c6b1dedb1c4a7eadbd6
Restructure plpgsql's parsing of datatype declarations to unify the
scalar and composite (rowtype) cases a little better.  This commit is
just a code-beautification operation and shouldn't make any real
difference in behavior, but it's an important preliminary step for
trying to improve plgsql's handling of rowtypes.
src/pl/plpgsql/src/gram.y
src/pl/plpgsql/src/pl_comp.c
src/pl/plpgsql/src/plpgsql.h
src/pl/plpgsql/src/scan.l