Thread: pgsql: Remove unnecessary declaration of heapam_methods

pgsql: Remove unnecessary declaration of heapam_methods

From
Michael Paquier
Date:
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(-)