summaryrefslogtreecommitdiffstats
path: root/src/backend/access/tablesample/meson.build
blob: 2e559d73521552da73b6221886c185f0143aaac3 (plain)
1
2
3
4
5
6
7
# Copyright (c) 2022-2023, PostgreSQL Global Development Group

backend_sources += files(
  'bernoulli.c',
  'system.c',
  'tablesample.c',
)