Fix security definer functions with polymorphic arguments. This case has

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

Commit: fab6a867fd38cb4abe326a9cb68f924d093f3dcf
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-07-31T15:50:17Z
Releases: 7.4.18
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