=== Applying patches on top of PostgreSQL commit ID e54688030cfe6fd2b3f9b7f437f2f3a4b75a6b35 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. === applying patch ./0001-Extract-size-related-macros-to-separate-header.patch can't find file to patch at input line 17 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From 4b6a12f6eaac98ee22dd63d64431968357905d77 Mon Sep 17 00:00:00 2001 |From: "Anton A. Melnikov" |Date: Sat, 7 Sep 2024 10:18:51 +0300 |Subject: [PATCH] Extract size-related macros from xlogfilepaths.h to | xlogfilesize.h | |--- | src/include/access/xlogfilepaths.h | 65 +---------------------- | src/include/access/xlogfilesize.h | 83 ++++++++++++++++++++++++++++++ | 2 files changed, 85 insertions(+), 63 deletions(-) | create mode 100644 src/include/access/xlogfilesize.h | |diff --git a/src/include/access/xlogfilepaths.h b/src/include/access/xlogfilepaths.h |index cdde2ccae4..ed28cf975e 100644 |--- a/src/include/access/xlogfilepaths.h |+++ b/src/include/access/xlogfilepaths.h -------------------------- No file to patch. Skipping patch. 2 out of 2 hunks ignored patching file src/include/access/xlogfilesize.h