[COMMITTERS] pgsql: Fix security definer functions with polymorphic arguments.

2007-07-31 Thread Tom Lane
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_0_STABLE Modified Files: -- pgsq

[COMMITTERS] pgsql: Fix security definer functions with polymorphic arguments.

2007-07-31 Thread Tom Lane
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: REL7_4_STABLE Modified Files: -- pgsq

[COMMITTERS] pgsql: Fix security definer functions with polymorphic arguments.

2007-07-31 Thread Tom Lane
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: -- pgsq

[COMMITTERS] pgsql: Fix security definer functions with polymorphic arguments.

2007-07-31 Thread Tom Lane
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:

[COMMITTERS] pgsql: Fix security definer functions with polymorphic arguments.

2007-07-31 Thread Tom Lane
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: -- pgsq