mirror of
https://github.com/postgres/postgres.git
synced 2025-09-11 00:12:06 +03:00
8 lines
143 B
Meson
8 lines
143 B
Meson
# Copyright (c) 2022-2025, PostgreSQL Global Development Group
|
|
|
|
backend_sources += files(
|
|
'partbounds.c',
|
|
'partdesc.c',
|
|
'partprune.c',
|
|
)
|