]> granicus.if.org Git - postgresql/commit
Support polymorphic functions in plpgsql. Along the way, replace
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Jul 2003 21:47:09 +0000 (21:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Jul 2003 21:47:09 +0000 (21:47 +0000)
commitb837c99210697765e9c4589755a514cf5a0a8eec
treea321c55c58eb6684c8d86452393daf2dfac92ad7
parentcc3002313f9a0b9e1cd562da117c774885a65a0b
Support polymorphic functions in plpgsql.  Along the way, replace
linked-list search of function cache with hash-table lookup.
By Joe Conway.
src/pl/plpgsql/src/pl_comp.c
src/pl/plpgsql/src/pl_handler.c
src/pl/plpgsql/src/plpgsql.h