1 2 3 4 5 6 7 8 9 10 11 12 13
# Copyright (c) 2022-2023, 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', )