Fix use-after-free in parallel_vacuum_reset_dead_items
[pgsql.git] / src / backend / statistics / meson.build
blob77b8e259a74499740b096c4af09031621e54bc3f
1 # Copyright (c) 2022-2024, PostgreSQL Global Development Group
3 backend_sources += files(
4   'attribute_stats.c',
5   'dependencies.c',
6   'extended_stats.c',
7   'mcv.c',
8   'mvdistinct.c',
9   'relation_stats.c',
10   'stat_utils.c'