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

backend_sources += files(
  'table.c',
  'tableam.c',
  'tableamapi.c',
  'toast_helper.c',
)