aio: Pass result of local callbacks to ->report_return
Andres Freund <andres@anarazel.de>
aio: Pass result of local callbacks to ->report_return Otherwise the results of e.g. temp table buffer verification errors will not reach bufmgr.c. Obviously that's not right. Found while expanding the tests for invalid buffer contents. Reviewed-by: Noah Misch <noah@leadboat.com> Discussion: https://postgr.es/m/20250326001915.bc.nmisch@google.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/aio/aio.c | modified | +11 −11 |
| src/backend/storage/aio/aio_callback.c | modified | +10 −3 |
| src/include/storage/aio_internal.h | modified | +1 −1 |
Discussion
- AIO v2.0 213 messages · 2024-09-01 → 2025-07-29