pgsql: Remove unnecessary declaration of heapam_methods

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unnecessary declaration of heapam_methods
Date: 2024-08-06 07:35:19
Message-ID: E1sbEj1-002uiM-Bh@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unnecessary declaration of heapam_methods

This overlaps with the declaration at the end of heapam_handler.c that
lists all the callback routines for the heap table AM.

Author: Japin Li
Discussion: https://postgr.es/m/ME0P300MB04459456D5C4E70D48116896B6B12@ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8771298605a6d81861634ed387a6fc7ed496fa61

Modified Files
--------------
src/backend/access/heap/heapam_handler.c | 2 --
1 file changed, 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-08-06 11:28:55 pgsql: Fix comments in instr_time.h and remove an unneeded cast to int6
Previous Message Jeff Davis 2024-08-06 01:33:39 pgsql: Remove support for null pg_locale_t most places.