plpgsql's private copy of xlateSqlType was out of sync. Again. This

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

Commit: dfbd5d653250f12e19bec4550cc617eb0e022250
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-02-09T03:26:28Z
Releases: 7.1.1
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.

Files

PathChange+/−
src/backend/parser/gram.y modified +3 −5
src/include/parser/gramparse.h modified +3 −1
src/pl/plpgsql/src/pl_comp.c modified +7 −45