Re: Sloppy thinking about leakproof properties of opclass co-members

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Sloppy thinking about leakproof properties of opclass co-members
Дата
Msg-id 31551.1411825977@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Sloppy thinking about leakproof properties of opclass co-members  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Список pgsql-hackers
Dean Rasheed <dean.a.rasheed@gmail.com> writes:
> Rather than (or perhaps as well as) marking all these leakproof,
> perhaps we should teach contain_leaky_functions() to automatically
> treat any no-arg function as leakproof, so that we allow user-defined
> functions too. Taking that one step further, perhaps what it should
> really be looking for is Vars in the argument list of a leaky
> function, i.e., contain_leaked_vars() rather than
> contain_leaky_functions().

+1, but that's a totally independent question from what I'm on about
at the moment.
        regards, tom lane



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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: WITH CHECK and Column-Level Privileges
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Last Commitfest patches waiting review