=== Applying patches on top of PostgreSQL commit ID 7b88529f4363994450bd4cd3c172006a8a77e222 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. === applying patch ./v2-0001-Minor-cleanup-related-to-pg_wal_replay_wait-proce.patch can't find file to patch at input line 24 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From 0ba59157a6946f3dc4b2119f90051ec6f48ce5d0 Mon Sep 17 00:00:00 2001 |From: Alexander Korotkov |Date: Mon, 16 Sep 2024 21:30:15 +0300 |Subject: [PATCH v2 1/2] Minor cleanup related to pg_wal_replay_wait() | procedure | | * Rename $node_standby1 to $node_standby in 043_wal_replay_wait.pl as there | is only one standby. | * Remove useless debug printing in 043_wal_replay_wait.pl. | * Fix typo in one check description in 043_wal_replay_wait.pl. | * Fix couple of wordings in waitlsn.c comments. | |Reported-by: Alexander Lakhin |Discussion: https://postgr.es/m/1d7b08f2-64a2-77fb-c666-c9a74c68eeda%40gmail.com |--- | src/backend/commands/waitlsn.c | 4 +- | src/test/recovery/t/043_wal_replay_wait.pl | 47 +++++++++++----------- | 2 files changed, 25 insertions(+), 26 deletions(-) | |diff --git a/src/backend/commands/waitlsn.c b/src/backend/commands/waitlsn.c |index d7065726749..ffa83a20008 100644 |--- a/src/backend/commands/waitlsn.c |+++ b/src/backend/commands/waitlsn.c -------------------------- No file to patch. Skipping patch. 2 out of 2 hunks ignored can't find file to patch at input line 46 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/src/test/recovery/t/043_wal_replay_wait.pl b/src/test/recovery/t/043_wal_replay_wait.pl |index 1234ace1a78..b4801635d53 100644 |--- a/src/test/recovery/t/043_wal_replay_wait.pl |+++ b/src/test/recovery/t/043_wal_replay_wait.pl -------------------------- No file to patch. Skipping patch. 9 out of 9 hunks ignored