pgsql: Fix security definer functions with polymorphic arguments.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix security definer functions with polymorphic arguments.
Date: 2007-07-31 15:49:54
Message-ID: 20070731154954.927239FB6A6@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/fmgr:
fmgr.c (r1.102 -> r1.102.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/fmgr/fmgr.c.diff?r1=1.102&r2=1.102.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-07-31 15:50:01 pgsql: Fix security definer functions with polymorphic arguments.
Previous Message Tom Lane 2007-07-31 15:49:49 pgsql: Fix security definer functions with polymorphic arguments.