amcheck: support for GiST

From: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: amcheck: support for GiST
Date: 2025-06-30 11:34:22
Message-ID: 5FC1B5B6-FB35-44A2-AB62-632F14E958C5@yandex-team.ru
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello hackers!

In PG19 we made a step in improving amcheck and added GIN support.
This is a thread that continues previous work [0].

Please find attached two new steps for amcheck:
1. A function to verify GiST integrity. This patch is in decent shape, simply rebased from previous year.
2. Support on pg_amcheck's side for this function. This patch did not receive such review attention before. And, perhaps, should be extended to support existing GIN functions.

I'll put this thread into July commitfest.

Thanks!

Best regards, Andrey Borodin.

[0] https://postgr.es/m/45AC9B0A-2B45-40EE-B08F-BDCF5739D1E1%40yandex-team.ru

Attachment Content-Type Size
v2025-06-30-0002-Add-GiST-support-to-pg_amcheck.patch application/octet-stream 35.6 KB
v2025-06-30-0001-Add-gist_index_check-function-to-verify-.patch application/octet-stream 34.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sami Imseih 2025-06-30 11:45:49 Re: track generic and custom plans in pg_stat_statements
Previous Message Daniil Davydov 2025-06-30 11:32:47 Re: Prevent internal error at concurrent CREATE OR REPLACE FUNCTION