Re: Amcheck verification of GiST and GIN

From: Andrey Borodin <amborodin86(at)gmail(dot)com>
To: Jose Arthur Benetasso Villanova <jose(dot)arthur(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Andrey Borodin <x4mmm(at)yandex-team(dot)ru>, Nikolay Samokhvalov <samokhvalov(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Amcheck verification of GiST and GIN
Date: 2023-01-14 00:18:23
Message-ID: CAAhFRxhpeoe=MkueKbeFdP2gb=yGEFjfvW7dduuztfaeBW7ZXw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jan 13, 2023 at 3:46 AM Jose Arthur Benetasso Villanova
<jose(dot)arthur(at)gmail(dot)com> wrote:
>
> The only thing that I found is the gin_index_parent_check function in docs
> still references the "gin_index_parent_check(index regclass,
> heapallindexed boolean) returns void"
>

Correct! Please find the attached fixed version.

Thank you!

Best regards, Andrey Borodin.

Attachment Content-Type Size
v20-0001-Refactor-amcheck-to-extract-common-locking-routi.patch application/octet-stream 28.4 KB
v20-0003-Add-gin_index_parent_check-to-verify-GIN-index.patch application/octet-stream 32.3 KB
v20-0002-Add-gist_index_parent_check-function-to-verify-G.patch application/octet-stream 26.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2023-01-14 00:33:38 Re: Fixes required for cross version update testing
Previous Message Peter Geoghegan 2023-01-14 00:13:45 Re: Decoupling antiwraparound autovacuum from special rules around auto cancellation