pgsql: amcheck: Remove unused IndexCheckableCallback typedef.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: amcheck: Remove unused IndexCheckableCallback typedef.
Date: 2025-07-04 14:28:34
Message-ID: E1uXhOz-004gSR-2s@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

amcheck: Remove unused IndexCheckableCallback typedef.

Commit d70b17636dd introduced the IndexCheckableCallback typedef for
a callback function, but it was never used. This commit removes
the unused typedef to clean up dead code.

Author: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Reviewed-by: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
Discussion: https://postgr.es/m/e1ea4e14-3b21-4e01-a5f2-0686883265df@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d64d68fddf9802dea4cc5be8a491937c3aefefa0

Modified Files
--------------
contrib/amcheck/verify_common.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2025-07-04 16:07:01 pgsql: pg_upgrade: check for inconsistencies in not-null constraints w/
Previous Message Michael Paquier 2025-07-04 06:12:28 pgsql: Disable commit timestamps during bootstrap