Re: synchronized snapshots

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: synchronized snapshots
Дата
Msg-id CAA-aLv4g80uHZcORvt80bUz8rkj+JDiGB9sYh0PESZgBa-sr7w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: synchronized snapshots  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 23 October 2011 03:15, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Thom Brown <thom@linux.com> writes:
>> Can I ask why it doesn't return the same snapshot ID each time?
>> Surely it can't change since you can only export the snapshot of a
>> serializable or repeatable read transaction?
>
> No, that's incorrect.  You can export from a READ COMMITTED transaction;
> indeed, you'd more or less have to, if you want the control transaction
> to be able to see what the slaves do.

My bad.  I didn't read the documentation carefully enough.  I can make
sense of it now.

Thanks

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] Deferrable unique constraints vs join removal -- bug?
Следующее
От: Wojciech Muła
Дата:
Сообщение: [PL/pgSQL] %TYPE and array declaration - second patch