summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/meson.build
blob: 936b166c51d6b485c82cb95e0000fb852ab17e19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (c) 2022, 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',
)