Use .h for the file containing the page checksum code fragment Commit 5e13b0f24 used a .c file for a file containing a code fragment, to avoid adding an exception to headerscheck. That turned out to be too clever, since it meant installation didn't happen by the usual mechanism. Make it look like a normal header and add the requisite exception.
Bug: #19450 Reported-by: RekGRpth <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/8c3e22a8f8b9af94b519b6e223db0912d552093e Modified Files -------------- src/backend/storage/page/checksum.c | 4 ++-- .../storage/{checksum_block.inc.c => checksum_block_internal.h} | 6 +++--- src/include/storage/checksum_impl.h | 2 +- src/tools/pginclude/headerscheck | 4 +++- 4 files changed, 9 insertions(+), 7 deletions(-)
