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

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