Re: Add information to rm_redo_error_callback()

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Add information to rm_redo_error_callback()
Дата
Msg-id 20200817173926.GA14213@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: Add information to rm_redo_error_callback()  ("Drouvot, Bertrand" <bdrouvot@amazon.com>)
Список 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 по дате отправления:

Предыдущее
От: legrand legrand
Дата:
Сообщение: RE: Is it useful to record whether plans are generic or custom?
Следующее
От: vignesh C
Дата:
Сообщение: Re: Include access method in listTables output