Could GetTransactionSnapshot be deferred till needed.

Поиск
Список
Период
Сортировка
От Daniel Wood
Тема Could GetTransactionSnapshot be deferred till needed.
Дата
Msg-id 517851D8.8040700@salesforce.com
обсуждение исходный текст
Ответы Re: Could GetTransactionSnapshot be deferred till needed.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Just as a permanent XID is allocate only when needed, is there any way
to defer the acquisition of a snapshot till it is needed such that
statements like "if x = 1 ..." and "x := 1" don't acquire snapshots just
because they are in a non-read only function?  Could this be delayed
till the start of any select/update/delete/insert, DDL, etc?


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

Предыдущее
От: gngon
Дата:
Сообщение: Re: Postgresql iPhone
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Could GetTransactionSnapshot be deferred till needed.