Fix security definer functions with polymorphic arguments. This case has
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/fmgr/fmgr.c | modified | +2 −1 |