Fix security definer functions with polymorphic arguments. This case has

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 310578efee210f891c5952cfdbae7c17a4bcadba
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-07-31T15:49:49Z
Releases: 8.3.0
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.

Files

PathChange+/−
src/backend/utils/fmgr/fmgr.c modified +2 −1