diff options
Diffstat (limited to 'src/include/storage')
-rw-r--r-- | src/include/storage/bufpage.h | 1 | ||||
-rw-r--r-- | src/include/storage/checksum.h | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/include/storage/bufpage.h b/src/include/storage/bufpage.h index bd46bf2ce6e..85dd10c45a3 100644 --- a/src/include/storage/bufpage.h +++ b/src/include/storage/bufpage.h @@ -194,7 +194,6 @@ typedef PageHeaderData *PageHeader; */ #define PG_PAGE_LAYOUT_VERSION 4 #define PG_DATA_CHECKSUM_VERSION 1 -#define PG_DATA_CHECKSUM_INPROGRESS_VERSION 2 /* ---------------------------------------------------------------- * page support macros diff --git a/src/include/storage/checksum.h b/src/include/storage/checksum.h index 902ec29e2a5..433755e279f 100644 --- a/src/include/storage/checksum.h +++ b/src/include/storage/checksum.h @@ -15,13 +15,6 @@ #include "storage/block.h" -typedef enum ChecksumType -{ - DATA_CHECKSUMS_OFF = 0, - DATA_CHECKSUMS_ON, - DATA_CHECKSUMS_INPROGRESS -} ChecksumType; - /* * Compute the checksum for a Postgres page. The page must be aligned on a * 4-byte boundary. |