=== Applying patches on top of PostgreSQL commit ID e9339782a631eeef01281bc7e1633dd6b970106e === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. === applying patch ./v28-review-0001-Refactor-amcheck-to-extract-common-lockin.patch patching file contrib/amcheck/Makefile patching file contrib/amcheck/amcheck.c patching file contrib/amcheck/amcheck.h patching file contrib/amcheck/meson.build patching file contrib/amcheck/verify_nbtree.c [cf/3733 15a22b8d1e] Refactor amcheck to extract common locking routines Author: Andrey M. Borodin Date: Sat Jul 23 14:08:10 2022 +0500 5 files changed, 273 insertions(+), 198 deletions(-) create mode 100644 contrib/amcheck/amcheck.c create mode 100644 contrib/amcheck/amcheck.h === applying patch ./v28-review-0002-review.patch patching file contrib/amcheck/amcheck.c [cf/3733 ef220346eb] review Author: Tomas Vondra Date: Wed Jul 10 15:09:45 2024 +0200 1 file changed, 8 insertions(+), 1 deletion(-) === applying patch ./v28-review-0003-pgindent.patch patching file contrib/amcheck/amcheck.c patching file contrib/amcheck/verify_nbtree.c [cf/3733 8cccc94ce4] pgindent Author: Tomas Vondra Date: Wed Jul 10 15:45:49 2024 +0200 2 files changed, 13 insertions(+), 12 deletions(-) === applying patch ./v28-review-0004-Add-gist_index_check-function-to-verify-G.patch patching file contrib/amcheck/Makefile patching file contrib/amcheck/amcheck--1.4--1.5.sql patching file contrib/amcheck/amcheck.control patching file contrib/amcheck/expected/check_gist.out patching file contrib/amcheck/meson.build patching file contrib/amcheck/sql/check_gist.sql patching file contrib/amcheck/verify_gist.c patching file doc/src/sgml/amcheck.sgml [cf/3733 d752b4e8a9] Add gist_index_check() function to verify GiST index Author: Andrey M. Borodin Date: Sat Jul 23 14:17:44 2022 +0500 8 files changed, 920 insertions(+), 3 deletions(-) create mode 100644 contrib/amcheck/amcheck--1.4--1.5.sql create mode 100644 contrib/amcheck/expected/check_gist.out create mode 100644 contrib/amcheck/sql/check_gist.sql create mode 100644 contrib/amcheck/verify_gist.c === applying patch ./v28-review-0005-review.patch patching file contrib/amcheck/verify_gist.c [cf/3733 5edbb3d88d] review Author: Tomas Vondra Date: Wed Jul 10 15:38:13 2024 +0200 1 file changed, 29 insertions(+), 11 deletions(-) === applying patch ./v28-review-0006-pgindent.patch patching file contrib/amcheck/verify_gist.c [cf/3733 8327b5bee8] pgindent Author: Tomas Vondra Date: Wed Jul 10 15:56:41 2024 +0200 1 file changed, 43 insertions(+), 43 deletions(-) === applying patch ./v28-review-0007-Add-gin_index_parent_check-to-verify-GIN-.patch patching file contrib/amcheck/Makefile patching file contrib/amcheck/amcheck--1.4--1.5.sql patching file contrib/amcheck/expected/check_gin.out patching file contrib/amcheck/meson.build patching file contrib/amcheck/sql/check_gin.sql patching file contrib/amcheck/verify_gin.c patching file doc/src/sgml/amcheck.sgml [cf/3733 6e1ce4a619] Add gin_index_parent_check() to verify GIN index Author: Andrey M. Borodin Date: Sat Jul 23 14:22:26 2022 +0500 7 files changed, 905 insertions(+), 1 deletion(-) create mode 100644 contrib/amcheck/expected/check_gin.out create mode 100644 contrib/amcheck/sql/check_gin.sql create mode 100644 contrib/amcheck/verify_gin.c === applying patch ./v28-review-0008-review.patch patching file contrib/amcheck/amcheck--1.4--1.5.sql patching file contrib/amcheck/verify_gin.c [cf/3733 1d071307ef] review Author: Tomas Vondra Date: Wed Jul 10 15:40:22 2024 +0200 2 files changed, 2 insertions(+), 1 deletion(-) === applying patch ./v28-review-0009-pgindent.patch patching file contrib/amcheck/verify_gin.c [cf/3733 6288958c61] pgindent Author: Tomas Vondra Date: Wed Jul 10 15:47:45 2024 +0200 1 file changed, 10 insertions(+), 10 deletions(-) === applying patch ./v28-review-0010-Add-GiST-support-to-pg_amcheck.patch patching file src/bin/pg_amcheck/pg_amcheck.c Hunk #12 FAILED at 606. 1 out of 45 hunks FAILED -- saving rejects to file src/bin/pg_amcheck/pg_amcheck.c.rej patching file src/bin/pg_amcheck/t/002_nonesuch.pl patching file src/bin/pg_amcheck/t/003_check.pl Hunk #5 succeeded at 581 with fuzz 1.