pgsql: Remove unnecessary declaration of heapam_methods

Started by Michael Paquieralmost 2 years ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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: /messages/by-id/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(-)