Re: Direct TOAST v2, faster, smaller and no migration needed - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: Direct TOAST v2, faster, smaller and no migration needed
Date
Msg-id CAMT0RQS69qa8bcmOoWTwrXhmud=ZXue_B+P4WP31kHkdZSL6Jg@mail.gmail.com
Whole thread
In response to Re: Direct TOAST v2, faster, smaller and no migration needed  (Hannu Krosing <hannuk@google.com>)
Responses Re: Direct TOAST v2, faster, smaller and no migration needed
List pgsql-hackers
Now the CI passes in my repo
(https://github.com/postsql/postgres/actions/runs/35711192304)




On Mon, Sep 21, 2026 at 10:21 PM Hannu Krosing <hannuk@google.com> wrote:
>
> On Mon, Sep 21, 2026 at 10:12 PM shihao zhong <zhong950419@gmail.com> wrote:
> >
> > Hi Hannu,
> >
> > On Mon, Sep 21, 2026 at 10:01 PM Hannu Krosing <hannuk@google.com> wrote:
> >
> > > Is there a way to make sure that it actually runs the same way?
> > Yes. cfbot runs the GitHub Actions workflow that is in the tree, so
> > your own fork runs the same jobs.
>
> Thanks a lot!
>
> That was the missing piece :)
>
> > Push the branch to your fork, enable
> > pg-ci.yml under Actions, and add a repository variable PG_CI_ENABLED
> > with the value 1. It is all in src/tools/ci/README.
>
> Regards
> Hannu

Attachment

pgsql-hackers by date:

Previous
From: Sagar Shedge
Date:
Subject: Re: postgres_fdw: push down FETCH FIRST .. WITH TIES when server version allows
Next
From: Nathan Bossart
Date:
Subject: Re: [Proposal] Expose internal MultiXact member count function for efficient monitoring