PostgreSQL Source Code
git master
checksum.c
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* checksum.c
4
* Checksum implementation for data pages.
5
*
6
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
7
* Portions Copyright (c) 1994, Regents of the University of California
8
*
9
* IDENTIFICATION
10
* src/backend/storage/page/checksum.c
11
*
12
*-------------------------------------------------------------------------
13
*/
14
#include "
postgres.h
"
15
16
#include "
storage/checksum.h
"
17
/*
18
* The actual code is in storage/checksum_impl.h. This is done so that
19
* external programs can incorporate the checksum code by #include'ing
20
* that file from the exported Postgres headers. (Compare our CRC code.)
21
*/
22
#include "
storage/checksum_impl.h
"
/* IWYU pragma: keep */
checksum.h
checksum_impl.h
postgres.h
src
backend
storage
page
checksum.c
Generated on Sun Feb 9 2025 18:13:21 for PostgreSQL Source Code by
1.9.4