PostgreSQL Source Code git master
|
#include "storage/bufpage.h"
Go to the source code of this file.
Enumerations | |
enum | pageinspect_version { PAGEINSPECT_V1_8 , PAGEINSPECT_V1_9 } |
Functions | |
Page | get_page_from_raw (bytea *raw_page) |
enum pageinspect_version |
Enumerator | |
---|---|
PAGEINSPECT_V1_8 | |
PAGEINSPECT_V1_9 |
Definition at line 21 of file pageinspect.h.
Definition at line 215 of file rawpage.c.
References ereport, errcode(), errdetail(), errmsg(), ERROR, palloc(), VARDATA_ANY, and VARSIZE_ANY_EXHDR.
Referenced by brin_page_type(), bt_page_items_bytea(), fsm_page_contents(), gin_leafpage_items(), gin_metapage_info(), gin_page_opaque_info(), page_checksum_internal(), page_header(), verify_brin_page(), verify_gist_page(), and verify_hash_page().