plpgsql's private copy of xlateSqlType was out of sync. Again. This
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |