Re: Optimize SnapBuild by maintaining committed.xip in sorted order - Mailing list pgsql-hackers

From Xuneng Zhou
Subject Re: Optimize SnapBuild by maintaining committed.xip in sorted order
Date
Msg-id CABPTF7UsBxu5PFBiA9rKy2b74XMnOPA7kOxX3gXrfHQQkigb0g@mail.gmail.com
Whole thread Raw
In response to Re: Optimize SnapBuild by maintaining committed.xip in sorted order  (Yogesh Sharma <yogesh.sharma@catprosystems.com>)
List pgsql-hackers
Hi Yogesh,

On Thu, Apr 9, 2026 at 10:05 AM Yogesh Sharma
<yogesh.sharma@catprosystems.com> wrote:
>
> The following review has been posted through the commitfest application:
> make installcheck-world:  not tested
> Implements feature:       not tested
> Spec compliant:           not tested
> Documentation:            not tested
>
> At a highlevel it looks good.

Thanks for looking into this. It seems the community has reached a
consensus (maybe partially) on this and the related patch toward the
end of the thread [1]: they try to solve a relatively small problem in
a rather complex way. I’m therefore considering withdrawing both
patches from the current commitfest.

[1] https://www.postgresql.org/message-id/flat/CABPTF7V9gcpTLrOY0fG4YontoHjVg8YrbmiH4XB_5PT6K56xhg%40mail.gmail.com

--
Best,
Xuneng



pgsql-hackers by date:

Previous
From: SATYANARAYANA NARLAPURAM
Date:
Subject: Re: Bug: WAIT FOR LSN crashes with assertion failure inside PL/pgSQL DO blocks and procedures
Next
From: Chao Li
Date:
Subject: Re: Eliminating SPI / SQL from some RI triggers - take 3