]> granicus.if.org Git - postgresql/commit
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)
commitfab6a867fd38cb4abe326a9cb68f924d093f3dcf
tree30574326de35ab55be3fc0349284d8c0cd98f251
parentff392ec8db0f654278980850f7830040158c08ed
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