mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
10 lines
171 B
Meson
10 lines
171 B
Meson
# Copyright (c) 2022-2025, PostgreSQL Global Development Group
|
|
|
|
backend_sources += files(
|
|
'buf_init.c',
|
|
'buf_table.c',
|
|
'bufmgr.c',
|
|
'freelist.c',
|
|
'localbuf.c',
|
|
)
|