blob: c3b191cdf81992e4e933ec76986515a710ba544f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
backend_sources += files(
'analyzejoins.c',
'createplan.c',
'initsplan.c',
'planagg.c',
'planmain.c',
'planner.c',
'setrefs.c',
'subselect.c',
)
|