repo.or.cz
/
pgsql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Standardize rmgrdesc recovery conflict XID output.
[pgsql.git]
/
src
/
backend
/
access
/
rmgrdesc
/
meson.build
blob
f3a6e0a571b0daa805b2823bd67d5c88a4e2f0b0
1
# used by frontend programs like pg_waldump
2
rmgr_desc_sources = files(
3
'brindesc.c',
4
'clogdesc.c',
5
'committsdesc.c',
6
'dbasedesc.c',
7
'genericdesc.c',
8
'gindesc.c',
9
'gistdesc.c',
10
'hashdesc.c',
11
'heapdesc.c',
12
'logicalmsgdesc.c',
13
'mxactdesc.c',
14
'nbtdesc.c',
15
'relmapdesc.c',
16
'replorigindesc.c',
17
'seqdesc.c',
18
'smgrdesc.c',
19
'spgdesc.c',
20
'standbydesc.c',
21
'tblspcdesc.c',
22
'xactdesc.c',
23
'xlogdesc.c',
24
)
25
26
backend_sources += rmgr_desc_sources