blob: 23648b3775f18ebaf8186acbca1370eed3f1e346 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
backend_sources += files(
'dependencies.c',
'extended_stats.c',
'mcv.c',
'mvdistinct.c',
'relation_stats.c',
'stat_utils.c'
)
|