mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
13 lines
225 B
Meson
13 lines
225 B
Meson
# Copyright (c) 2022-2025, PostgreSQL Global Development Group
|
|
|
|
backend_sources += files(
|
|
'analyzejoins.c',
|
|
'createplan.c',
|
|
'initsplan.c',
|
|
'planagg.c',
|
|
'planmain.c',
|
|
'planner.c',
|
|
'setrefs.c',
|
|
'subselect.c',
|
|
)
|