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
▼
PostgreSQL Source Code
PostgreSQL Database Management System
►
Namespaces
►
Data Structures
▼
Files
►
File List
►
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
shell_archive.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* shell_archive.h
4
* Exports for archiving via shell.
5
*
6
* Copyright (c) 2022-2025, PostgreSQL Global Development Group
7
*
8
* src/include/archive/shell_archive.h
9
*
10
*-------------------------------------------------------------------------
11
*/
12
#ifndef _SHELL_ARCHIVE_H
13
#define _SHELL_ARCHIVE_H
14
15
#include "
archive/archive_module.h
"
16
17
/*
18
* Since the logic for archiving via a shell command is in the core server
19
* and does not need to be loaded via a shared library, it has a special
20
* initialization function.
21
*/
22
extern
const
ArchiveModuleCallbacks
*
shell_archive_init
(
void
);
23
24
#endif
/* _SHELL_ARCHIVE_H */
archive_module.h
shell_archive_init
const ArchiveModuleCallbacks * shell_archive_init(void)
Definition:
shell_archive.c:40
ArchiveModuleCallbacks
Definition:
archive_module.h:44
src
include
archive
shell_archive.h
Generated on Tue Jan 7 2025 00:13:24 for PostgreSQL Source Code by
1.9.4