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:49
Message-ID: 20070731154949.38F939FB62E@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.

Modified Files:
--------------
pgsql/src/backend/utils/fmgr:
fmgr.c (r1.107 -> r1.108)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/fmgr/fmgr.c.diff?r1=1.107&r2=1.108)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-07-31 15:49:54 pgsql: Fix security definer functions with polymorphic arguments.
Previous Message User Korryd 2007-07-31 14:13:23 edb-debugger - server: Makefile should now work on Mingw