mirror of
https://github.com/postgres/postgres.git
synced 2025-10-16 17:07:43 +03:00
Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz Backpatch-through: 12
12 lines
213 B
Meson
12 lines
213 B
Meson
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
|
|
|
|
subdir('buffer')
|
|
subdir('file')
|
|
subdir('freespace')
|
|
subdir('ipc')
|
|
subdir('large_object')
|
|
subdir('lmgr')
|
|
subdir('page')
|
|
subdir('smgr')
|
|
subdir('sync')
|