Re: amcheck verification for GiST and GIN - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: amcheck verification for GiST and GIN
Date
Msg-id CAH2-WzkRK8+Jn6k=fS6JTJpjBxHxyx1JDucOcvDFii-AqMe4gA@mail.gmail.com
Whole thread Raw
In response to amcheck verification for GiST and GIN  (Grigory Kryachko <gskryachko@gmail.com>)
Responses Re: amcheck verification for GiST and GIN  (Heikki Linnakangas <hlinnaka@iki.fi>)
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: Re: PROC_IN_ANALYZE stillborn 13 years ago
Next
From: Tomas Vondra
Date:
Subject: Re: [Patch] Optimize dropping of relation buffers using dlist