Fix security definer functions with polymorphic arguments. This case has
authorTom Lane <[email protected]>
Tue, 31 Jul 2007 15:49:54 +0000 (15:49 +0000)
committerTom Lane <[email protected]>
Tue, 31 Jul 2007 15:49:54 +0000 (15:49 +0000)
commitdc89d74f31589a7b18eaa5dfb3954c49500927d1
tree1ddc57e2b0c5929b0b368a6ac2b862af2352845d
parent53bb5b16c8ccf23bd00bffa8721cf1520d60a22e
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