Re: Why don't update minimum recovery point in xact_redo_abort

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>
Cc: 蔡梦娟(玊于) <mengjuan(dot)cmj(at)alibaba-inc(dot)com>, pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Why don't update minimum recovery point in xact_redo_abort
Date: 2021-07-27 21:25:09
Message-ID: 6ada50ce-3fb4-7787-b60b-25ae308883d4@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 27/07/2021 19:49, Fujii Masao wrote:
> Anyway I attached the patch that changes only xact_redo_abort()
> so that it calls XLogFlush() to update min recovery point.

Looks good to me, thanks! FWIW, I used the attached script to reproduce
this.

- Heikki

Attachment Content-Type Size
xact_redo_abort.py text/x-python 990 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2021-07-27 21:38:53 Re: Showing applied extended statistics in explain
Previous Message Bruce Momjian 2021-07-27 21:13:14 Re: Have I found an interval arithmetic bug?