Fix security definer functions with polymorphic arguments. This case has

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

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