Re: [PATCH] Full support for index LP_DEAD hint bits on standby

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: Michail Nikolaev <michail(dot)nikolaev(at)gmail(dot)com>
Cc: Justin Pryzby <pryzby(at)telsasoft(dot)com>, Antonin Houska <ah(at)cybertec(dot)at>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Full support for index LP_DEAD hint bits on standby
Date: 2022-01-25 11:21:01
Message-ID: 20220125112101.votz3nprupcwy7ye@jrouhaud
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On Mon, Jan 24, 2022 at 10:33:43AM +0300, Michail Nikolaev wrote:
>
> Thanks for your attention.
> After some investigation, I think I have found the problem. It is
> caused by XLOG_RUNNING_XACTS at an undetermined moment (some test
> parts rely on it).
>
> Now test waits for XLOG_RUNNING_XACTS to happen (maximum is 15s) and
> proceed forward.
>
> I'll move entry back to "Ready for Committer" once it passes tests.

It looks like you didn't fetch the latest upstream commits in a while as this
version is still conflicting with 7a5f6b474 (Make logical decoding a part of
the rmgr) from 6 days ago.

I rebased the pathset in attached v9. Please double check that I didn't miss
anything in the rebase.

Attachment Content-Type Size
v9-0001-code.patch text/plain 51.7 KB
v9-0002-test.patch text/plain 15.1 KB
v9-0003-docs.patch text/plain 4.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2022-01-25 11:27:07 Re: Design of pg_stat_subscription_workers vs pgstats
Previous Message Peter Eisentraut 2022-01-25 10:54:29 Re: PublicationActions - use bit flags.