=== Applying patches on top of PostgreSQL commit ID d6bf0ab1704c62f94875d25dd71c4baa1feac5be === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Wed Aug 12 17:14:28 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