Re: Amcheck verification of GiST and GIN

2023-01-13 Thread Jose Arthur Benetasso Villanova
On Fri, 13 Jan 2023, Andrey Borodin wrote: On Fri, Jan 13, 2023 at 3:46 AM Jose Arthur Benetasso Villanova wrote: The only thing that I found is the gin_index_parent_check function in docs still references the "gin_index_parent_check(index regclass, heapallindexed boolean) returns

Re: Amcheck verification of GiST and GIN

2023-01-13 Thread Jose Arthur Benetasso Villanova
quot; -- Jose Arthur Benetasso Villanova

Re: Amcheck verification of GiST and GIN

2022-12-14 Thread Jose Arthur Benetasso Villanova
st here. I tried your patch again and indeed the heapallindexed inside gin_check_parent_keys_consistency has a TODO comment, but it's unclear to me if you are going to implement it or if the patch "needs review". Right now it's "Waiting on Author". -- Jose Arthur Benetasso Villanova

Re: Amcheck verification of GiST and GIN

2022-11-24 Thread Jose Arthur Benetasso Villanova
in/psql -U ze postgres psql (16devel) Type "help" for help. postgres=# SET client_min_messages = DEBUG3; SET postgres=# SELECT gin_index_parent_check('gin_check_idx', true); ERROR: number of items mismatch in GIN entry tuple, 49 in tuple header, 1 decoded postgres=# There are more code paths to follow to check the entire code, and I had a hard time to corrupt the indices. Is there any automated code to corrupt index to test such code? -- Jose Arthur Benetasso Villanova

Re: Fix order of checking ICU options in initdb and create database

2022-11-12 Thread Jose Arthur Benetasso Villanova
make check", creating a database in my native language (pt_BR), testing with some data and everything worked as expected. -- Jose Arthur Benetasso Villanova