Support polymorphic functions in plpgsql. Along the way, replace
Tom Lane <tgl@sss.pgh.pa.us>
Support polymorphic functions in plpgsql. Along the way, replace linked-list search of function cache with hash-table lookup. By Joe Conway.
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plpgsql/src/pl_comp.c | modified | +295 −45 |
| src/pl/plpgsql/src/pl_handler.c | modified | +4 −83 |
| src/pl/plpgsql/src/plpgsql.h | modified | +15 −4 |