PostgreSQL Source Code git master
Loading...
Searching...
No Matches
pageinspect.h
Go to the documentation of this file.
1/*-------------------------------------------------------------------------
2 *
3 * pageinspect.h
4 * Common functions for pageinspect.
5 *
6 * Copyright (c) 2017-2026, PostgreSQL Global Development Group
7 *
8 * IDENTIFICATION
9 * contrib/pageinspect/pageinspect.h
10 *
11 *-------------------------------------------------------------------------
12 */
13#ifndef _PAGEINSPECT_H_
14#define _PAGEINSPECT_H_
15
16#include "storage/bufpage.h"
17
18/*
19 * Extension version number, for supporting older extension versions' objects
20 */
26
27/* in rawpage.c */
29
30#endif /* _PAGEINSPECT_H_ */
PageData * Page
Definition bufpage.h:81
Page get_page_from_raw(bytea *raw_page)
Definition rawpage.c:218
pageinspect_version
Definition pageinspect.h:22
@ PAGEINSPECT_V1_9
Definition pageinspect.h:24
@ PAGEINSPECT_V1_8
Definition pageinspect.h:23
static int fb(int x)
Definition c.h:706