1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# Copyright (c) 2022-2025, PostgreSQL Global Development Group backend_sources += files( 'gist.c', 'gistbuild.c', 'gistbuildbuffers.c', 'gistget.c', 'gistproc.c', 'gistscan.c', 'gistsplit.c', 'gistutil.c', 'gistvacuum.c', 'gistvalidate.c', 'gistxlog.c', )