pgsql: Add assertions for all the required index AM callbacks

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add assertions for all the required index AM callbacks
Date: 2025-07-27 08:49:36
Message-ID: E1ufx4a-000xDE-0Z@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add assertions for all the required index AM callbacks

Similar checks are done for the mandatory table AM callbacks. A portion
of the index AM callbacks are optional and can be NULL; the rest is
mandatory and is documented as such in the documentation and in amapi.h.

These checks are useful to detect quickly if all the mandatory callbacks
are defined when implementing a new index access method, as the
assertions are run when loading the AM.

Author: Japin Li <japinli(at)hotmail(dot)com>
Discussion: https://postgr.es/m/ME0P300MB0445795D31CEAB92C58B41FDB651A@ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6f22a82a401d267e4bf1fcbcff8d6adb24e14d58

Modified Files
--------------
src/backend/access/index/amapi.c | 13 +++++++++++++
1 file changed, 13 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2025-07-27 12:23:12 pgsql: Process sync requests incrementally in AbsorbSyncRequests
Previous Message Tom Lane 2025-07-25 20:46:12 pgsql: Add commit 73873805f to .git-blame-ignore-revs.