1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-05 00:28:52 +02:00

Add .inc extension to C files included in other C files.

These files were never intended to be compiled on their own so the .c extension was a bit misleading. In particular Meson does not like .c files that are not intended to be compiled independently.

Leave header files as is since they are already protected against being included more than once and are never expected to be compiled.
This commit is contained in:
David Steele
2022-05-31 16:06:41 -04:00
parent cb891fa2d4
commit 2feaaeaac8
24 changed files with 48 additions and 45 deletions

View File

@ -10,7 +10,7 @@ PostgreSQL Page Interface
/***********************************************************************************************************************************
Include the page checksum code
***********************************************************************************************************************************/
#include "postgres/interface/pageChecksum.vendor.c"
#include "postgres/interface/pageChecksum.vendor.c.inc"
/**********************************************************************************************************************************/
uint16_t