From: | Andrey Borodin <x4mmm(at)yandex-team(dot)ru> |
---|---|
To: | Heikki Linnakangas <hlinnaka(at)iki(dot)fi> |
Cc: | Peter Geoghegan <pg(at)bowt(dot)ie>, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: amcheck verification for GiST |
Date: | 2019-03-27 09:51:42 |
Message-ID: | 5A342431-6202-45A6-8CB6-0340AE3CE9BA@yandex-team.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi!
Here's new version of GiST amcheck, which takes into account recently committed GiST VACUUM.
It tests that deleted pages do not contain any data.
Also, Heikki's fix applied (wrong OffsetNumberNext(i) replaced by OffsetNumberNext(o)).
Thanks!
Best regards, Andrey Borodin.
Attachment | Content-Type | Size |
---|---|---|
0001-GiST-verification-function-for-amcheck-v6.patch | application/octet-stream | 21.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Julien Rouhaud | 2019-03-27 10:37:07 | Re: Planning counters in pg_stat_statements (using pgss_store) |
Previous Message | Fabien COELHO | 2019-03-27 09:36:48 | Re: [HACKERS] Re: [COMMITTERS] pgsql: Remove pgbench "progress" test pending solution of its timing is (fwd) |