Re: Including Snapshot Info with Indexes - Mailing list pgsql-hackers

From Csaba Nagy
Subject Re: Including Snapshot Info with Indexes
Date
Msg-id 1191944179.16320.60.camel@PCD12478
Whole thread Raw
In response to Re: Including Snapshot Info with Indexes  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On Tue, 2007-10-09 at 11:22 -0400, Andrew Dunstan wrote:
> 
> Csaba Nagy wrote:
> > You mean postgres should check your function if it is really immutable ?
> > I can't imagine any way to do it correctly in reasonable time :-)

> I would say that in the general case it's analogous to the halting 
> problem, not solvable at all let alone in any reasonable time.

In the light of Florian's mail, I would say that in the context of a
language which can check each of it's constructs if it is immutable or
not, a procedure using only immutable constructs should be itself
immutable... the halting problem is avoided in that you don't really
need to know if/how the procedure works, you only need to know that it
will always work the same ;-) The problem is that in the general case
the languages don't have available checks for this kind of thing, so
either you restrict the immutability check to simple languages ("static
enough" as Florian would say) or you must allow the user to decide if
the function is immutable or not. In the general case I assume the users
will want the power to decide (and potentially be wrong), and will
expect that if they do mistake, the result won't be catastrophic. I
guess this is the same conclusion as in previous threads about the
subject...

Cheers,
Csaba.






pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Including Snapshot Info with Indexes
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Timezone database changes