Re: pg_verify_checksums failure with hash indexes - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: pg_verify_checksums failure with hash indexes
Date
Msg-id 20180828131354.GH29157@paquier.xyz
Whole thread Raw
In response to pg_verify_checksums failure with hash indexes  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: pg_verify_checksums failure with hash indexes
Re: pg_verify_checksums failure with hash indexes
List pgsql-hackers
On Tue, Aug 28, 2018 at 11:21:34AM +0200, Peter Eisentraut wrote:
> The files in question correspond to
>
> hash_i4_index
> hash_name_index
> hash_txt_index

The hash index code has been largely refactored in v10, so I would
imagine that you can see the problem as well there.

[... digging digging ...]

And indeed I can see the problem in 10 as well with my own pg_checksums,
and I can see hash_f8_index with a problem on top of what Peter has
reported.

Amit?
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Banck
Date:
Subject: Re: pg_verify_checksums failure with hash indexes
Next
From: Michael Paquier
Date:
Subject: Re: typcache.c typos