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