]> granicus.if.org Git - postgresql/commit
plpgsql's private copy of xlateSqlType was out of sync. Again. This
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 Feb 2001 03:26:28 +0000 (03:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 Feb 2001 03:26:28 +0000 (03:26 +0000)
commitdfbd5d653250f12e19bec4550cc617eb0e022250
tree9856cffdfc8aaf47f1599a424d1953e1f7381108
parent467f43d2fae9ac58c3d96e56eb7c8dde25e4ab67
plpgsql's private copy of xlateSqlType was out of sync.  Again.  This
is clearly not maintainable, so dike it out in favor of calling the real
version in the backend's gram.y.
src/backend/parser/gram.y
src/include/parser/gramparse.h
src/pl/plpgsql/src/pl_comp.c