txid cleanup

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема txid cleanup
Дата
Msg-id e51f66da0710110543i443123d6jce4fec3b1de671ce@mail.gmail.com
обсуждение исходный текст
Ответы Re: txid cleanup  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: txid cleanup  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Per Tom comments, attached patch does following:

- Binary I/O support
- Use ActiveSnapshot instead of SerializableSnapshot
- Clarify function purposes
- remove dev targets from Makefile


There should not be any code depending on SerializableSnapshot,
if there is thats a bug that needs fixing.  Fix is easy - use
SERIALIZABLE transaction isolation level.

Also - either Tom or Jan has changed the code to allow
xmin == xmax.  Is such case really valid?  In _recv
code I followed the style, but I was just wondering.

--
marko

Вложения

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: tsearch limitations doc correction
Следующее
От: "Marko Kreen"
Дата:
Сообщение: Patch: txid in core