=== Applying patches on top of PostgreSQL commit ID 792094a5ce89f9953d913c835e4530e56b63026a === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Thu Sep 3 02:50:25 UTC 2026 On branch cf/7207 nothing to commit, working tree clean === using 'git am' to apply patch ./0001-A-recovery-target-can-be-reached-before-recovery-swi.patch === Applying: Fix timeline history after recovery stops on an ancestor] A recovery target can be reached before recovery switches to the requested timeline. Using recoveryTargetTLI as the parent in that case creates a history file that claims the new timeline forked from a timeline that recovery never reached.Use the timeline of the last replayed WAL record as the parent instead.