mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz Backpatch-through: 12
10 lines
171 B
Meson
10 lines
171 B
Meson
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
|
|
|
|
backend_sources += files(
|
|
'buf_init.c',
|
|
'buf_table.c',
|
|
'bufmgr.c',
|
|
'freelist.c',
|
|
'localbuf.c',
|
|
)
|