Re: Making pg_rewind faster - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Making pg_rewind faster
Date
Msg-id Y4cAQVJc10IeA0M7@paquier.xyz
Whole thread Raw
In response to Re: Making pg_rewind faster  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Thu, Oct 06, 2022 at 04:08:45PM +0900, Michael Paquier wrote:
> file_entry_t has an entry to track if a file is a relation file.  I
> think that it would be much cleaner to track if we are handling a WAL
> segment when inserting an entry in insert_filehash_entry(), so
> isrelfile could be replaced by an enum with three values: relation
> file, WAL segment and the rest.

This review has been done a few weeks ago, and there has been no
update since, so I am marking this entry as returned with feedback in
the CF app.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: New docs chapter on Transaction Management and related changes
Next
From: Peter Eisentraut
Date:
Subject: pg_dump: Remove "blob" terminology