mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
14 lines
226 B
Meson
14 lines
226 B
Meson
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
|
|
|
backend_sources += files(
|
|
'alignedalloc.c',
|
|
'aset.c',
|
|
'dsa.c',
|
|
'freepage.c',
|
|
'generation.c',
|
|
'mcxt.c',
|
|
'memdebug.c',
|
|
'portalmem.c',
|
|
'slab.c',
|
|
)
|