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
nbtree: fix read page recheck typo.
[pgsql.git]
/
src
/
backend
/
statistics
/
meson.build
blob
23648b3775f18ebaf8186acbca1370eed3f1e346
1
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
2
3
backend_sources += files(
4
'dependencies.c',
5
'extended_stats.c',
6
'mcv.c',
7
'mvdistinct.c',
8
'relation_stats.c',
9
'stat_utils.c'
10
)