]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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)
commitbfe4f481460fc7d489f0adbe3eb63f2037ddab2a
tree82ca4061fb8bed951b1ffaec02b6b2befd4cbfaa
parentb25d3e4db09dd61fc3753853d2de49bf98ceaea2
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