mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 02:02:55 +03:00
12 lines
225 B
Meson
12 lines
225 B
Meson
# 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'
|
|
)
|