Fix security definer functions with polymorphic arguments. This case has
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 31 Jul 2007 15:50:17 +0000 (15:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 31 Jul 2007 15:50:17 +0000 (15:50 +0000)
commitd5fd41b09e991651a1a0e5de9e36ce634583d4c0
treec23534e13a9cc349eef531a7b8ef299cbf4f288e
parent3d4e3c7d1503ed23f66dfa8fff32bee19ebfa838
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