=== Applying patches on top of PostgreSQL commit ID 2571c1d5cc5ed2620d601a7e12179bd951f2e202 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. === applying patch ./v35-0001-Fix-for-gin_index_check.patch can't find file to patch at input line 16 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From ba3d5cc709e9b1f0adef6616f77baba04a63f471 Mon Sep 17 00:00:00 2001 |From: reshke kirill |Date: Mon, 16 Dec 2024 10:49:43 +0000 |Subject: [PATCH v35] Fix for gin_index_check. | |Never explicitly check high key on rightmost page is entry tree. |Its value is not stored explicitly and is equal to infitity. |--- | contrib/amcheck/verify_gin.c | 43 ++++++++++++++++++++++-------------- | 1 file changed, 27 insertions(+), 16 deletions(-) | |diff --git a/contrib/amcheck/verify_gin.c b/contrib/amcheck/verify_gin.c |index 2dc5fbba619..74783af54d4 100644 |--- a/contrib/amcheck/verify_gin.c |+++ b/contrib/amcheck/verify_gin.c -------------------------- No file to patch. Skipping patch. 7 out of 7 hunks ignored