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
Move routines to manipulate WAL into PostgreSQL::Test::Cluster
[pgsql.git]
/
src
/
backend
/
lib
/
meson.build
blob
463612fe97636ea34188164543588c1fdc559467
1
# Copyright (c) 2022-2025, PostgreSQL Global Development Group
2
3
backend_sources += files(
4
'bipartite_match.c',
5
'bloomfilter.c',
6
'dshash.c',
7
'hyperloglog.c',
8
'ilist.c',
9
'integerset.c',
10
'knapsack.c',
11
'pairingheap.c',
12
'rbtree.c',
13
)