Improve performance of subsystems on top of SLRU
[pgsql.git] / src / backend / storage / meson.build
blob40345bdca27e4a0889345d92f2b2588e6c695742
1 # Copyright (c) 2022-2024, PostgreSQL Global Development Group
3 subdir('buffer')
4 subdir('file')
5 subdir('freespace')
6 subdir('ipc')
7 subdir('large_object')
8 subdir('lmgr')
9 subdir('page')
10 subdir('smgr')
11 subdir('sync')