blob: f1dca73743ce2dbdf39e033b93cdd4ac93c24683 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
backend_sources += files(
'heapam.c',
'heapam_handler.c',
'heapam_visibility.c',
'heaptoast.c',
'hio.c',
'pruneheap.c',
'rewriteheap.c',
'vacuumlazy.c',
'visibilitymap.c',
)
|