PostgreSQL Source Code
git master
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
f
h
i
n
o
p
r
s
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
pageinspect.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* pageinspect.h
4
* Common functions for pageinspect.
5
*
6
* Copyright (c) 2017-2025, 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
*/
21
enum
pageinspect_version
22
{
23
PAGEINSPECT_V1_8
,
24
PAGEINSPECT_V1_9
,
25
};
26
27
/* in rawpage.c */
28
extern
Page
get_page_from_raw
(
bytea
*raw_page);
29
30
#endif
/* _PAGEINSPECT_H_ */
bufpage.h
Page
Pointer Page
Definition:
bufpage.h:81
get_page_from_raw
Page get_page_from_raw(bytea *raw_page)
Definition:
rawpage.c:215
pageinspect_version
pageinspect_version
Definition:
pageinspect.h:22
PAGEINSPECT_V1_9
@ PAGEINSPECT_V1_9
Definition:
pageinspect.h:24
PAGEINSPECT_V1_8
@ PAGEINSPECT_V1_8
Definition:
pageinspect.h:23
varlena
Definition:
c.h:641
contrib
pageinspect
pageinspect.h
Generated on Tue Jan 7 2025 12:13:12 for PostgreSQL Source Code by
1.9.4