1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-06-18 23:57:33 +02:00

Fix header exclusion defines that do not match the general pattern.

This commit is contained in:
David Steele
2018-04-03 13:35:56 -04:00
parent 93fdb98d15
commit 46b6be6d72
14 changed files with 30 additions and 26 deletions

View File

@ -1,8 +1,8 @@
/***********************************************************************************************************************************
Checksum Implementation for Data Pages
***********************************************************************************************************************************/
#ifndef PAGE_CHECKSUM_H
#define PAGE_CHECKSUM_H
#ifndef POSTGRES_PAGECHECKSUM_H
#define POSTGRES_PAGECHECKSUM_H
#include "common/type.h"