1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-04 20:11:56 +03:00
Files
postgres/src/backend/storage/meson.build
Bruce Momjian c8e1ba736b Update copyright for 2023
Backpatch-through: 11
2023-01-02 15:00:37 -05:00

12 lines
213 B
Meson

# 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')