PostgreSQL Source Code
git master
|
#include "storage/block.h"
Go to the source code of this file.
Functions | |
uint16 | pg_checksum_page (char *page, BlockNumber blkno) |
uint16 pg_checksum_page | ( | char * | page, |
BlockNumber | blkno | ||
) |
Definition at line 187 of file checksum_impl.h.
References Assert, PageIsNew(), PageHeaderData::pd_checksum, pg_checksum_block(), and PGChecksummablePage::phdr.
Referenced by page_checksum_internal(), PageIsVerifiedExtended(), PageSetChecksumCopy(), PageSetChecksumInplace(), rewriteVisibilityMap(), scan_file(), and verify_page_checksum().