diff options
author | Melanie Plageman | 2025-03-27 18:02:40 +0000 |
---|---|---|
committer | Melanie Plageman | 2025-03-27 18:04:14 +0000 |
commit | 043799fa08c2c71f35816ca067951266d2e9ebe0 (patch) | |
tree | 3475ea1ec96925712def1f7cd0db612709724d5f /src | |
parent | 4623d71443de40781135a7040079ab4538974a6f (diff) |
Use streaming read I/O in heap amcheck
Instead of directly invoking ReadBuffer() for each unskippable block in
the heap relation, verify_heapam() now uses the read stream API to
acquire the next buffer to check for corruption.
Author: Matheus Alcantara <[email protected]>
Co-authored-by: Melanie Plageman <[email protected]>
Reviewed-by: Nazir Bilal Yavuz <[email protected]>
Reviewed-by: Kirill Reshke <[email protected]>
Reviewed-by: jian he <[email protected]>
Discussion: https://postgr.es/m/flat/CAFY6G8eLyz7%2BsccegZYFj%3D5tAUR-GZ9uEq4Ch5gvwKqUwb_hCA%40mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/pgindent/typedefs.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index 9442a4841aa..1279b69422a 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -1169,6 +1169,7 @@ HeadlineJsonState HeadlineParsedText HeadlineWordEntry HeapCheckContext +HeapCheckReadStreamData HeapPageFreeze HeapScanDesc HeapTuple |