Re: Amcheck verification of GiST and GIN

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Amcheck verification of GiST and GIN
Дата
Msg-id CAH2-WzngaYx6FpyxUK-k9yqY93P=bCcScDPhppHxUd2hdvuGMg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Amcheck verification of GiST and GIN  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: Amcheck verification of GiST and GIN  (Andrey Borodin <amborodin86@gmail.com>)
Список pgsql-hackers
On Thu, Feb 2, 2023 at 12:15 PM Peter Geoghegan <pg@bowt.ie> wrote:
> * Why are there only WARNINGs, never ERRORs here?

Attached revision v22 switches all of the WARNINGs over to ERRORs. It
has also been re-indented, and now uses a non-generic version of
PageGetItemIdCareful() in both verify_gin.c and verify_gist.c.
Obviously this isn't a big set of revisions, but I thought that Andrey
would appreciate it if I posted this much now. I haven't thought much
more about the locking stuff, which is my main concern for now.

Who are the authors of the patch, in full? At some point we'll need to
get the attribution right if this is going to be committed.

I think that it would be good to add some comments explaining the high
level control flow. Is the verification process driven by a
breadth-first search, or a depth-first search, or something else?

I think that we should focus on getting the GiST patch into shape for
commit first, since that seems easier.

-- 
Peter Geoghegan

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Weird failure with latches in curculio on v15
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: recovery modules