|
PostgreSQL Source Code git master
|
#include "postgres.h"#include "port/pg_cpu.h"#include "storage/checksum.h"#include "storage/checksum_impl.h"#include "storage/checksum_block_internal.h"
Go to the source code of this file.
Macros | |
| #define | PG_CHECKSUM_INTERNAL |
Functions | |
| static uint32 | pg_checksum_block_fallback (const PGChecksummablePage *page) |
| static uint32 | pg_checksum_choose (const PGChecksummablePage *page) |
Variables | |
| static uint32(* | pg_checksum_block )(const PGChecksummablePage *page) = pg_checksum_choose |
| #define PG_CHECKSUM_INTERNAL |
Definition at line 26 of file checksum.c.
|
static |
Definition at line 31 of file checksum.c.
Referenced by pg_checksum_choose().
|
static |
Definition at line 52 of file checksum.c.
References fb(), pg_checksum_block, and pg_checksum_block_fallback().
|
static |
Definition at line 64 of file checksum.c.
Referenced by pg_checksum_choose(), and pg_checksum_page().