=== Applying patches on top of PostgreSQL commit ID c5c71830267b42098add2862df4b15bc25ae0103 === /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 a885e68e44] 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 7bed91ddd0] 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 0672eac815] 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 c3da2aba29] 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 d77fa85088] 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 c2229e7210] 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 011da07bb1] 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 563e9069b1] 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 44be42e9d7] 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 patching file src/bin/pg_amcheck/t/002_nonesuch.pl patching file src/bin/pg_amcheck/t/003_check.pl [cf/3733 48ec2f19e5] Add GiST support to pg_amcheck Author: Andrey M. Borodin Date: Sun Feb 5 15:52:14 2023 -0800 3 files changed, 210 insertions(+), 131 deletions(-) === applying patch ./v28-review-0011-review.patch patching file src/bin/pg_amcheck/pg_amcheck.c [cf/3733 009dd0de7f] review Author: Tomas Vondra Date: Wed Jul 10 15:58:38 2024 +0200 1 file changed, 1 insertion(+), 1 deletion(-) === applying patch ./v28-review-0012-pgindent.patch patching file src/bin/pg_amcheck/pg_amcheck.c [cf/3733 c4d29d9688] pgindent Author: Tomas Vondra Date: Wed Jul 10 16:00:55 2024 +0200 1 file changed, 31 insertions(+), 33 deletions(-) === applying patch ./v28-review-0013-assert-in-GIN-debug-message.patch patching file contrib/amcheck/verify_gin.c [cf/3733 48e3617ea1] assert in GIN debug message Author: Tomas Vondra Date: Wed Jul 10 17:33:28 2024 +0200 1 file changed, 4 insertions(+), 1 deletion(-)