pgsql: Fix security definer functions with polymorphic arguments.

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix security definer functions with polymorphic arguments.
Дата
Msg-id 20070731155001.345599FB6A6@postgresql.org
обсуждение исходный текст
Список 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_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/fmgr:
        fmgr.c (r1.97.2.1 -> r1.97.2.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/fmgr/fmgr.c.diff?r1=1.97.2.1&r2=1.97.2.2)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix security definer functions with polymorphic arguments.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix security definer functions with polymorphic arguments.