Re: amcheck verification for GiST and GIN

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: amcheck verification for GiST and GIN
Дата
Msg-id CAH2-WzkRK8+Jn6k=fS6JTJpjBxHxyx1JDucOcvDFii-AqMe4gA@mail.gmail.com
обсуждение исходный текст
Ответ на amcheck verification for GiST and GIN  (Grigory Kryachko <gskryachko@gmail.com>)
Ответы Re: amcheck verification for GiST and GIN  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список pgsql-hackers
On Wed, May 27, 2020 at 10:11 AM Grigory Kryachko <gskryachko@gmail.com> wrote:
> Here is the patch which I (with Andrey as my advisor) built on the top of the last patch from this thread:
https://commitfest.postgresql.org/25/1800/. 
> It adds an ability to verify validity  of GIN index. It is not polished yet, but it works and we wanted to show it to
youso you can give us some feedback, and also let you know about this work if you have any plans of writing something
likethat yourselves, so that you do not redo what is already done. 

Can you rebase this patch, please?

Also suggest breaking out the series into distinct patch files using
"git format-patch master".

--
Peter Geoghegan



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: PROC_IN_ANALYZE stillborn 13 years ago
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: [Patch] Optimize dropping of relation buffers using dlist