]> 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:07 +0000 (15:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 31 Jul 2007 15:50:07 +0000 (15:50 +0000)
commit59bb0282d46f58e3cf29c8c7730030386d9e65cc
tree7a0654a7512f5bf7f9b245ada2db529ce0f19d38
parent5fd6d0fd196c71894879dcf15f72259f339d859d
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