Re: Online checksums verification in the backend - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Online checksums verification in the backend
Date
Msg-id 20201029003942.GA6118@paquier.xyz
Whole thread Raw
In response to Re: Online checksums verification in the backend  (Julien Rouhaud <rjuju123@gmail.com>)
List pgsql-hackers
On Thu, Oct 29, 2020 at 08:12:42AM +0800, Julien Rouhaud wrote:
> As far as I can see the issue is that the pfree(path) in
> check_relation_fork() should be outside the for loop.

Yes, this would be triggered if more than one page is found as broken
in a single SRF.  Fixed, thanks Shinoda-san.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_prewarm bgworker could break fast shutdown
Next
From: Peter Smith
Date:
Subject: Re: [HACKERS] logical decoding of two-phase transactions