Remove unnecessary declaration of heapam_methods
authorMichael Paquier <michael@paquier.xyz>
Tue, 6 Aug 2024 07:27:38 +0000 (16:27 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 6 Aug 2024 07:27:38 +0000 (16:27 +0900)
commit8771298605a6d81861634ed387a6fc7ed496fa61
treeef403fab179f0a6779cb357ed2f053110154c600
parente9931bfb7515b253cc26ff495ee917acff8995d0
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
src/backend/access/heap/heapam_handler.c