summaryrefslogtreecommitdiffstats
path: root/src/backend/storage/meson.build
blob: 6ea9faa4399eb17f5861a79af6ebb1d68065b89b (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (c) 2022-2023, PostgreSQL Global Development Group

subdir('buffer')
subdir('file')
subdir('freespace')
subdir('ipc')
subdir('large_object')
subdir('lmgr')
subdir('page')
subdir('smgr')
subdir('sync')