=== Applying patches on top of PostgreSQL commit ID a36dc04d424a6bfa03ee2cf75c85a6b7f9697e70 === === applying patch ./v2-0001-Introduce-IndexAM-API-for-choosing-index-vacuum-s.patch patching file contrib/bloom/bloom.h patching file contrib/bloom/blutils.c patching file contrib/bloom/blvacuum.c patching file src/backend/access/brin/brin.c patching file src/backend/access/gin/ginutil.c patching file src/backend/access/gin/ginvacuum.c patching file src/backend/access/gist/gist.c patching file src/backend/access/gist/gistvacuum.c patching file src/backend/access/hash/hash.c patching file src/backend/access/index/indexam.c patching file src/backend/access/nbtree/nbtree.c patching file src/backend/access/spgist/spgutils.c patching file src/backend/access/spgist/spgvacuum.c patching file src/include/access/amapi.h patching file src/include/access/genam.h patching file src/include/access/gin_private.h patching file src/include/access/gist_private.h patching file src/include/access/hash.h patching file src/include/access/nbtree.h patching file src/include/access/spgist.h === applying patch ./v2-0002-Choose-index-vacuum-strategy-based-on-amvacuumstr.patch patching file contrib/bloom/blvacuum.c patching file doc/src/sgml/indexam.sgml patching file doc/src/sgml/ref/create_table.sgml patching file src/backend/access/brin/brin.c patching file src/backend/access/common/reloptions.c patching file src/backend/access/gin/ginpostinglist.c patching file src/backend/access/gin/ginvacuum.c patching file src/backend/access/gist/gistvacuum.c patching file src/backend/access/hash/hash.c patching file src/backend/access/heap/vacuumlazy.c patching file src/backend/access/nbtree/nbtree.c patching file src/backend/access/spgist/spgvacuum.c patching file src/backend/catalog/index.c patching file src/backend/commands/analyze.c patching file src/backend/commands/vacuum.c patching file src/include/access/genam.h patching file src/include/access/htup_details.h patching file src/include/commands/vacuum.h patching file src/include/utils/rel.h patching file src/test/modules/test_ginpostinglist/expected/test_ginpostinglist.out === applying patch ./v2-0003-PoC-skip-btree-bulkdelete-if-the-index-doesn-t-gr.patch patching file contrib/pageinspect/btreefuncs.c Hunk #1 succeeded at 734 (offset 42 lines). patching file contrib/pageinspect/expected/btree.out Hunk #2 succeeded at 13 with fuzz 2. patching file contrib/pageinspect/pageinspect--1.8--1.9.sql Hunk #1 succeeded at 116 with fuzz 2 (offset 77 lines). patching file src/backend/access/nbtree/nbtpage.c patching file src/backend/access/nbtree/nbtree.c patching file src/backend/access/nbtree/nbtxlog.c patching file src/backend/access/rmgrdesc/nbtdesc.c patching file src/include/access/nbtree.h patching file src/include/access/nbtxlog.h