=== Applying patches on top of PostgreSQL commit ID 9018c7d37bb464cd53567c0b553a6f49b50bec78 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Sun Apr 19 22:04:22 UTC 2026 On branch cf/6401 nothing to commit, working tree clean === using 'git am' to apply patch ./v6-0001-Add-stress-tests-for-concurrent-index-builds.patch === Applying: Add stress tests for concurrent index builds === using 'git am' to apply patch ./v6-0002-Reset-snapshots-periodically-in-non-unique-non-pa.patch === Applying: Reset snapshots periodically in non-unique non-parallel concurrent index builds Long-living snapshots used by CREATE INDEX CONCURRENTLY and REINDEX CONCURRENTLY can hold back the global xmin horizon. Commit d9d0762 attempted to allow VACUUM to ignore such snapshots to mitigate this problem. However, this was reverted in commit e28bb88 because it could cause indexes to miss heap tuples that were HOT-updated and HOT-pruned during the index creation, leading to index corruption. === using 'git am' to apply patch ./v6-0003-Support-snapshot-resets-in-parallel-concurrent-in.patch === Applying: Support snapshot resets in parallel concurrent index builds === using 'git am' to apply patch ./v6-0004-Support-snapshot-resets-in-concurrent-builds-of-u.patch === Applying: Support snapshot resets in concurrent builds of unique indexes