repo.or.cz
/
pgsql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use scanned_pages to decide when to failsafe check.
[pgsql.git]
/
src
/
backend
/
access
/
heap
/
meson.build
blob
b193587f2990135587369c532e19c3b1c7a72820
1
# Copyright (c) 2022, PostgreSQL Global Development Group
2
3
backend_sources += files(
4
'heapam.c',
5
'heapam_handler.c',
6
'heapam_visibility.c',
7
'heaptoast.c',
8
'hio.c',
9
'pruneheap.c',
10
'rewriteheap.c',
11
'vacuumlazy.c',
12
'visibilitymap.c',
13
)