Re: Handling GIN incomplete splits

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Handling GIN incomplete splits
Дата
Msg-id 528E002D.4050303@vmware.com
обсуждение исходный текст
Ответ на Re: Handling GIN incomplete splits  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: Handling GIN incomplete splits  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On 20.11.2013 15:27, Michael Paquier wrote:
> Here are some comments about the 4th patch.
> 1) Compiles without warnings, passes make check.
> 2) s/ginFinshSplit/ginFinishSplit
> 3) Server crashes when trying to create a gin index index creation (see
> example of previous email with pg_trgm).

Thanks, fixed!

Here's a new version. To ease the review, I split the remaining patch
again into two, where the first patch is just yet more refactoring.

I also fixed some bugs in WAL logging and replay that I bumped into
while testing.

- Heikki


Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Data corruption issues using streaming replication on 9.0.14/9.2.5/9.3.1
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: -d option for pg_isready is broken