Support polymorphic functions in plpgsql. Along the way, replace
linked-list search of function cache with hash-table lookup. By Joe Conway.
Showing
This diff is collapsed.
Please register or sign in to comment
linked-list search of function cache with hash-table lookup. By Joe Conway.