=== Applying patches on top of PostgreSQL commit ID bdaad789c843f57b1fc66c5ede7abaff8a915c3b === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Wed Aug 12 21:59:28 UTC 2026 On branch cf/4971 nothing to commit, working tree clean === using 'git am' to apply patch ./v38-0001-Add-stress-tests-for-concurrent-index-builds.patch === Applying: Add stress tests for concurrent index builds === using 'git am' to apply patch ./v38-0002-Add-STIR-access-method-and-validate_index-flag-i.patch === Applying: Add STIR access method and validate_index flag in IndexVacuumInfo === using 'git am' to apply patch ./v38-0003-Add-Datum-storage-support-to-tuplestore.patch === Applying: Add Datum storage support to tuplestore === using 'git am' to apply patch ./v38-0004-Use-auxiliary-indexes-for-concurrent-index-opera.patch === Applying: Use auxiliary indexes for concurrent index operations error: sha1 information is lacking or useless (src/backend/catalog/index.c). error: could not build fake ancestor hint: Use 'git am --show-current-patch=diff' to see the failed patch Patch failed at 0001 Use auxiliary indexes for concurrent index operations When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". === using patch(1) to apply patch ./v38-0004-Use-auxiliary-indexes-for-concurrent-index-opera.patch === patching file doc/src/sgml/monitoring.sgml Hunk #1 succeeded at 7304 (offset 18 lines). Hunk #2 succeeded at 7356 (offset 18 lines). Hunk #3 succeeded at 7378 (offset 18 lines). patching file doc/src/sgml/ref/create_index.sgml patching file doc/src/sgml/ref/reindex.sgml patching file src/backend/access/heap/README.HOT patching file src/backend/access/heap/heapam_handler.c patching file src/backend/access/stir/stir.c patching file src/backend/catalog/index.c Hunk #1 succeeded at 720 with fuzz 1. Hunk #2 succeeded at 774 (offset 3 lines). Hunk #3 succeeded at 801 (offset 3 lines). Hunk #4 succeeded at 812 (offset 3 lines). Hunk #5 succeeded at 1431 (offset 3 lines). Hunk #6 succeeded at 1452 (offset 3 lines). Hunk #7 succeeded at 1523 (offset 3 lines). Hunk #8 succeeded at 2654 (offset 3 lines). Hunk #9 succeeded at 2715 (offset 3 lines). Hunk #10 succeeded at 3507 (offset 3 lines). Hunk #11 succeeded at 3531 (offset 3 lines). Hunk #12 succeeded at 3549 (offset 3 lines). Hunk #13 succeeded at 3574 (offset 3 lines). Hunk #14 succeeded at 3626 (offset 3 lines). Hunk #15 succeeded at 3651 (offset 3 lines). Hunk #16 succeeded at 3716 (offset 3 lines). Hunk #17 succeeded at 3748 (offset 3 lines). Hunk #18 succeeded at 3809 (offset 3 lines). Hunk #19 succeeded at 4086 (offset 3 lines). Hunk #20 succeeded at 4335 (offset 3 lines). Hunk #21 succeeded at 4361 (offset 3 lines). patching file src/backend/catalog/system_views.sql patching file src/backend/catalog/toasting.c patching file src/backend/commands/indexcmds.c Hunk #9 succeeded at 1645 (offset 16 lines). Hunk #10 succeeded at 1683 (offset 16 lines). Hunk #11 succeeded at 1697 (offset 16 lines). Hunk #12 succeeded at 1736 (offset 16 lines). Hunk #13 succeeded at 1748 (offset 16 lines). Hunk #14 succeeded at 1820 (offset 16 lines). Hunk #15 succeeded at 1859 (offset 16 lines). Hunk #16 succeeded at 1893 (offset 16 lines). Hunk #17 succeeded at 1918 (offset 16 lines). Hunk #18 succeeded at 3864 (offset 16 lines). Hunk #19 succeeded at 3970 (offset 16 lines). Hunk #20 succeeded at 4030 (offset 16 lines). Hunk #21 succeeded at 4099 (offset 16 lines). Hunk #22 succeeded at 4209 (offset 16 lines). Hunk #23 succeeded at 4271 (offset 16 lines). Hunk #24 succeeded at 4293 (offset 16 lines). Hunk #25 succeeded at 4312 (offset 16 lines). Hunk #26 succeeded at 4331 (offset 16 lines). Hunk #27 succeeded at 4419 (offset 16 lines). Hunk #28 succeeded at 4521 (offset 16 lines). Hunk #29 succeeded at 4563 (offset 16 lines). Hunk #30 succeeded at 4600 (offset 16 lines). Hunk #31 succeeded at 4629 (offset 16 lines). Hunk #32 succeeded at 4720 (offset 16 lines). Hunk #33 succeeded at 4752 (offset 16 lines). Hunk #34 succeeded at 4787 (offset 16 lines). Hunk #35 succeeded at 4811 (offset 16 lines). patching file src/backend/nodes/makefuncs.c patching file src/backend/utils/misc/guc_parameters.dat patching file src/include/access/tableam.h Hunk #2 succeeded at 1909 (offset 4 lines). patching file src/include/catalog/index.h patching file src/include/commands/progress.h patching file src/include/miscadmin.h patching file src/include/nodes/execnodes.h patching file src/include/nodes/makefuncs.h patching file src/test/regress/expected/create_index.out patching file src/test/regress/expected/indexing.out patching file src/test/regress/expected/rules.out patching file src/test/regress/sql/create_index.sql [cf/4971 216ea84f07f] Use auxiliary indexes for concurrent index operations Author: Mikhail Nikalayeu Date: Tue Dec 31 15:03:10 2024 +0100 22 files changed, 1211 insertions(+), 377 deletions(-) === using 'git am' to apply patch ./v38-0005-Track-and-drop-auxiliary-indexes-in-DROP-REINDEX.patch === Applying: Track and drop auxiliary indexes in DROP/REINDEX === using 'git am' to apply patch ./v38-0006-Optimize-auxiliary-index-handling.patch === Applying: Optimize auxiliary index handling === using 'git am' to apply patch ./v38-0007-Refresh-snapshot-periodically-during-index-valid.patch === Applying: Refresh snapshot periodically during index validation