Re: pgsql: Add pg_relation_check_pages() to check on-disk pages of a relati

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add pg_relation_check_pages() to check on-disk pages of a relati
Date: 2020-10-28 05:11:03
Message-ID: 20201028051103.GG28445@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, Oct 28, 2020 at 01:41:01PM +0900, Michael Paquier wrote:
> Yes, thanks. I was already investigating it. No need for a
> back-trace, I have been able to reproduce it here avec some -m32'ing
> with gcc:

And this was just a thinko with one of the GetDatum() calls. Now
fixed with ce7f772 after checking that 32-bit builds work correctly.
--
Michael

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Julien Rouhaud 2020-10-28 05:17:56 Re: pgsql: Add pg_relation_check_pages() to check on-disk pages of a relati
Previous Message Michael Paquier 2020-10-28 05:05:30 pgsql: Use correct GetDatum() in pg_relation_check_pages()