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

From shihao zhong
Subject Re: Direct TOAST v2, faster, smaller and no migration needed
Date
Msg-id CAGRkXqQa_73oaAwTdz4nDm8o9137CXKcGB76xTj2BQUQu=dnpA@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
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. 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.


> The reason I have been sending it is that the tests do pass locally,
> even the ones that fail in CI and I have been trying to figure out why

That is usually a platform you do not build on, like 32 bit, Windows
or the autoconf build, or a warning your local compiler does not
report. 

Regards,
Shihao

pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Direct TOAST v2, faster, smaller and no migration needed
Next
From: Sami Imseih
Date:
Subject: Re: WAL segment file descriptor leak on read errors can PANIC the server