Fix security definer functions with polymorphic arguments. This case has

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

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