Re: Including Snapshot Info with Indexes

Поиск
Список
Период
Сортировка
От Csaba Nagy
Тема Re: Including Snapshot Info with Indexes
Дата
Msg-id 1191944179.16320.60.camel@PCD12478
обсуждение исходный текст
Ответ на Re: Including Snapshot Info with Indexes  (Andrew Dunstan <andrew@dunslane.net>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Including Snapshot Info with Indexes
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Timezone database changes