Support polymorphic functions in plpgsql. Along the way, replace

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

Commit: b837c99210697765e9c4589755a514cf5a0a8eec
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-07-01T21:47:09Z
Releases: 7.4.1
Support polymorphic functions in plpgsql.  Along the way, replace
linked-list search of function cache with hash-table lookup.
By Joe Conway.

Files

PathChange+/−
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