PostgreSQL Source Code
git master
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
g
h
i
k
l
m
p
r
s
t
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
c
d
f
h
i
n
o
p
r
s
t
~
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
walwriter.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* walwriter.h
4
* Exports from postmaster/walwriter.c.
5
*
6
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
7
*
8
* src/include/postmaster/walwriter.h
9
*
10
*-------------------------------------------------------------------------
11
*/
12
#ifndef _WALWRITER_H
13
#define _WALWRITER_H
14
15
#define DEFAULT_WAL_WRITER_FLUSH_AFTER ((1024 * 1024) / XLOG_BLCKSZ)
16
17
/* GUC options */
18
extern
PGDLLIMPORT
int
WalWriterDelay
;
19
extern
PGDLLIMPORT
int
WalWriterFlushAfter
;
20
21
pg_noreturn
extern
void
WalWriterMain
(
const
void
*startup_data,
size_t
startup_data_len);
22
23
#endif
/* _WALWRITER_H */
PGDLLIMPORT
#define PGDLLIMPORT
Definition:
c.h:1291
pg_noreturn
#define pg_noreturn
Definition:
c.h:165
WalWriterDelay
PGDLLIMPORT int WalWriterDelay
Definition:
walwriter.c:70
WalWriterMain
pg_noreturn void WalWriterMain(const void *startup_data, size_t startup_data_len)
Definition:
walwriter.c:88
WalWriterFlushAfter
PGDLLIMPORT int WalWriterFlushAfter
Definition:
walwriter.c:71
src
include
postmaster
walwriter.h
Generated on Tue Apr 22 2025 18:13:27 for PostgreSQL Source Code by
1.9.4