=== Applying patches on top of PostgreSQL commit ID a75bd485b5ea7a8c9bd00e18aef0f7b0b71236e7 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Mon Jun 15 21:24:25 UTC 2026 On branch cf/5908 nothing to commit, working tree clean === using 'git am' to apply patch ./v10-0001-Introduce-feature-to-start-WAL-receiver-eagerly.patch === Applying: Introduce feature to start WAL receiver eagerly Using index info to reconstruct a base tree... M doc/src/sgml/config.sgml M src/backend/access/transam/xlogrecovery.c M src/backend/replication/walreceiver.c M src/backend/utils/misc/guc_parameters.dat M src/backend/utils/misc/guc_tables.c M src/backend/utils/misc/postgresql.conf.sample M src/include/replication/walreceiver.h Falling back to patching base and 3-way merge... Auto-merging src/include/replication/walreceiver.h Auto-merging src/backend/utils/misc/postgresql.conf.sample Auto-merging src/backend/utils/misc/guc_tables.c Auto-merging src/backend/utils/misc/guc_parameters.dat Auto-merging src/backend/replication/walreceiver.c Auto-merging src/backend/access/transam/xlogrecovery.c Auto-merging doc/src/sgml/config.sgml === using 'git am' to apply patch ./v10-0002-Test-WAL-receiver-early-start-upon-reaching-cons.patch === Applying: Test WAL receiver early start upon reaching consistency === using 'git am' to apply patch ./v10-0003-Test-archive-recovery-takes-precedence-over-stre.patch === Applying: Test archive recovery takes precedence over streaming