=== Applying patches on top of PostgreSQL commit ID 296cba276081192a18c484c0716bf290c16bf362 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Fri Aug 15 07:38:18 UTC 2025 On branch cf/5617 nothing to commit, working tree clean === using 'git am' to apply patch ./v2-0001-Improve-API-for-retrieving-data-from-read-streams.patch === Applying: Improve API for retrieving data from read streams. Using index info to reconstruct a base tree... M contrib/pg_prewarm/pg_prewarm.c M contrib/pg_visibility/pg_visibility.c M src/backend/access/heap/heapam.c M src/backend/access/heap/heapam_handler.c M src/backend/access/heap/vacuumlazy.c M src/backend/storage/aio/read_stream.c M src/backend/storage/buffer/bufmgr.c M src/include/storage/read_stream.h Falling back to patching base and 3-way merge... Auto-merging src/include/storage/read_stream.h Auto-merging src/backend/storage/buffer/bufmgr.c Auto-merging src/backend/storage/aio/read_stream.c Auto-merging src/backend/access/heap/vacuumlazy.c Auto-merging src/backend/access/heap/heapam_handler.c Auto-merging src/backend/access/heap/heapam.c Auto-merging contrib/pg_visibility/pg_visibility.c Auto-merging contrib/pg_prewarm/pg_prewarm.c === using 'git am' to apply patch ./v2-0002-Improve-API-for-storing-data-in-read-streams.patch === Applying: Improve API for storing data in read streams.