Fix security definer functions with polymorphic arguments. This case has
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 31 Jul 2007 15:50:01 +0000 (15:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 31 Jul 2007 15:50:01 +0000 (15:50 +0000)
commit297d0303ea569163bc5f30169387cd77ab32e929
tree3baac3041abcda1d318164ce309a251b6cc333aa
parentc09d517c359be782e4f3081afde557921cdcfb93
Fix security definer functions with polymorphic arguments.  This case has
never worked because fmgr_security_definer() neglected to pass the fn_expr
information through.  Per report from Viatcheslav Kalinin.
src/backend/utils/fmgr/fmgr.c