> On 6 Apr 2023, at 09:00, Alexander Lakhin <exclusion@gmail.com> wrote:
>
> I've tried to use this feature with the latest patch set and discovered that
> modified pg_amcheck doesn't find any gist indexes when running without a
> schema specification.
Thanks, Alexander! I’ve fixed this problem and rebased on current HEAD.
There’s one more problem in pg_amcheck’s GiST verification. We must check that amcheck is 1.5+ and use GiST
verificationonly in that case…
Best regards, Andrey Borodin.