Re: Sloppy thinking about leakproof properties of opclass co-members - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Sloppy thinking about leakproof properties of opclass co-members
Date
Msg-id 31551.1411825977@sss.pgh.pa.us
Whole thread Raw
In response to Re: Sloppy thinking about leakproof properties of opclass co-members  (Dean Rasheed <dean.a.rasheed@gmail.com>)
List 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 by date:

Previous
From: Stephen Frost
Date:
Subject: Re: WITH CHECK and Column-Level Privileges
Next
From: Tom Lane
Date:
Subject: Re: Last Commitfest patches waiting review