Re: gist microvacuum doesn't appear to care about hot standby?

From: Andres Freund <andres(at)anarazel(dot)de>
To: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Teodor Sigaev <teodor(at)sigaev(dot)ru>, Anastasia Lubennikova <a(dot)lubennikova(at)postgrespro(dot)ru>
Subject: Re: gist microvacuum doesn't appear to care about hot standby?
Date: 2019-04-06 05:02:43
Message-ID: 20190406050243.bszosdg4buvabfrt@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2018-12-21 02:40:18 +0300, Alexander Korotkov wrote:
> On Thu, Dec 20, 2018 at 1:41 AM Alexander Korotkov
> <a(dot)korotkov(at)postgrespro(dot)ru> wrote:
> > Please, find attached two patches I'm going to commit: for master and
> > for backpatching.
>
> So, pushed.

I noticed that I didn't adapt this in

commit 558a9165e081d1936573e5a7d576f5febd7fb55a
Author: Andres Freund <andres(at)anarazel(dot)de>
Date: 2019-03-26 14:41:46 -0700

Compute XID horizon for page level index vacuum on primary.

Attached you thus can find the conversion of gist to the new logic for
computing the horizon. Any comments?

Greetings,

Andres Freund

Attachment Content-Type Size
0001-Convert-gist-to-compute-page-level-xid-horizon-on-pr.patch text/x-diff 10.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2019-04-06 05:10:53 Re: Speed up transaction completion faster after many relations are accessed in a transaction
Previous Message Alvaro Herrera 2019-04-06 04:40:42 Re: monitoring CREATE INDEX [CONCURRENTLY]