summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/meson.build
blob: 8a7c95576e3c40dd52508bde5373b4d2536f1adf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (c) 2022, PostgreSQL Global Development Group

backend_sources += files(
  'allpaths.c',
  'clausesel.c',
  'costsize.c',
  'equivclass.c',
  'indxpath.c',
  'joinpath.c',
  'joinrels.c',
  'pathkeys.c',
  'tidpath.c',
)