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

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