Re: Add information to rm_redo_error_callback() - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Add information to rm_redo_error_callback()
Date
Msg-id 20200817173926.GA14213@alvherre.pgsql
Whole thread Raw
In response to Re: Add information to rm_redo_error_callback()  ("Drouvot, Bertrand" <bdrouvot@amazon.com>)
List pgsql-hackers
On 2020-Aug-17, Drouvot, Bertrand wrote:

> Having this "pg_waldump" kind of format in this place
> (rm_redo_error_callback()) ensures that we'll always see the same piece of
> information during rm_redo.
> 
> I think it's good to guarantee that we'll always see the same piece of
> information (should a new RM desc() be created in the future for example),
> even if it could lead to some information overlap in some cases.

I agree.

I think we should treat the changes to remove rm_desc-specific info
items that are redundant as separate improvements that don't need to
block this patch.  They would be, at worst, only minor annoyances.
And the removal, as was said, can affect other things that we might want
to think about separately.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: legrand legrand
Date:
Subject: RE: Is it useful to record whether plans are generic or custom?
Next
From: vignesh C
Date:
Subject: Re: Include access method in listTables output