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

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