]> 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:49:49 +0000 (15:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 31 Jul 2007 15:49:49 +0000 (15:49 +0000)
commit310578efee210f891c5952cfdbae7c17a4bcadba
tree71df17d69fa8edc726b0d4eddda43c142e24c0fe
parentdffad0285672af8a65a6d8d6b01d6870435e40e4
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