Re: WIP: SP-GiST, Space-Partitioned GiST

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: WIP: SP-GiST, Space-Partitioned GiST
Дата
Msg-id 4E7A3D2E.9040901@enterprisedb.com
обсуждение исходный текст
Ответ на Re: WIP: SP-GiST, Space-Partitioned GiST  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-hackers
On 05.09.2011 09:39, Oleg Bartunov wrote:
> I attached wrong patch in previous message, sorry ! Here is a last version.

One little detail caught my eye: In spgSplitNodeAction, you call 
SpGistGetBuffer() within a critical section. That should be avoided, 
SpGistGetBuffer() can easily fail if you e.g run out of disk space.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: HeapTupleSatisfiesToast not setting XMIN_COMMITTED?
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: memory barriers (was: Yes, WaitLatch is vulnerable to weak-memory-ordering bugs)