Re: Slow standby snapshot - Mailing list pgsql-hackers

From Michail Nikolaev
Subject Re: Slow standby snapshot
Date
Msg-id CANtu0oi6OPCtJ4awf+25v6_f0OGpRRG6nb4HQtPscOzucCT3GQ@mail.gmail.com
Whole thread Raw
In response to Re: Slow standby snapshot  (Andrey Borodin <x4mmm@yandex-team.ru>)
Responses Re: Slow standby snapshot
List pgsql-hackers
Hello, Andrey.

Thanks for your efforts.

> Patch on barrier seems too complicated to me right now. I’d propose to focus on KnowAssignedXidsNext patch: it’s
clean,simple and effective. 
I'll extract it to the separated patch later.

> I’ve rebased the patch so that it does not depend on previous step. Please check out it’s current state, if you are
OKwith it - let’s mark the patch Ready for Committer. Just maybe slightly better commit message would make the patch
easierto understand. 
Everything seems to be correct.

Best regards,
Michail.



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Design of pg_stat_subscription_workers vs pgstats
Next
From: Andy Fan
Date:
Subject: Re: Condition pushdown: why (=) is pushed down into join, but BETWEEN or >= is not?