=== Applying patches on top of PostgreSQL commit ID 03a42c9652f8cc2c447840e39418b862c48fd41d === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. === applying patch ./v2-0001-fix-for-lost-record-in-case-of-DirtySnapshot-inde.patch patching file contrib/pgstattuple/pgstattuple.c Hunk #1 succeeded at 335 (offset 3 lines). patching file src/backend/access/heap/heapam_handler.c Hunk #1 succeeded at 402 (offset -2 lines). patching file src/backend/access/heap/heapam_visibility.c patching file src/backend/access/nbtree/README patching file src/backend/access/nbtree/nbtinsert.c patching file src/backend/access/transam/varsup.c patching file src/backend/executor/execIndexing.c Hunk #1 succeeded at 117 with fuzz 2 (offset 2 lines). Hunk #2 succeeded at 712 (offset 9 lines). Hunk #3 succeeded at 776 (offset 35 lines). Hunk #4 succeeded at 813 (offset 35 lines). Hunk #5 succeeded at 934 (offset 35 lines). Hunk #6 succeeded at 960 (offset 35 lines). patching file src/backend/executor/execReplication.c Hunk #1 succeeded at 229 (offset 46 lines). Hunk #2 succeeded at 241 (offset 46 lines). Hunk #3 succeeded at 251 (offset 46 lines). Hunk #4 succeeded at 296 (offset 46 lines). Hunk #5 succeeded at 433 (offset 20 lines). patching file src/backend/replication/logical/origin.c Hunk #1 succeeded at 282 (offset 4 lines). patching file src/include/access/transam.h patching file src/include/utils/snapmgr.h patching file src/include/utils/snapshot.h patching file src/test/modules/test_misc/t/006_dirty_index_scan.pl [cf/5151 971b3ec091] fix for lost record in case of DirtySnapshot index scans + docs + test Author: nkey Date: Fri Aug 2 16:20:32 2024 +0200 13 files changed, 168 insertions(+), 12 deletions(-) create mode 100644 src/test/modules/test_misc/t/006_dirty_index_scan.pl === applying patch ./v2-0002-additional-test-spec-to-reproduce-dirty-snapshot-.patch patching file src/backend/access/index/indexam.c Hunk #2 succeeded at 697 (offset 2 lines). patching file src/backend/executor/execIndexing.c Hunk #1 succeeded at 810 (offset 35 lines). patching file src/test/modules/injection_points/Makefile Hunk #1 FAILED at 9. 1 out of 1 hunk FAILED -- saving rejects to file src/test/modules/injection_points/Makefile.rej patching file src/test/modules/injection_points/expected/dirty_index_scan.out patching file src/test/modules/injection_points/meson.build Hunk #1 succeeded at 44 with fuzz 2 (offset 4 lines). patching file src/test/modules/injection_points/specs/dirty_index_scan.spec