Re: Direct TOAST v2, faster, smaller and no migration needed

From: shihao zhong <zhong950419(at)gmail(dot)com>
To: Hannu Krosing <hannuk(at)google(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Michael Paquier <michael(at)paquier(dot)xyz>, Dilip Kumar <dilipkumarb(at)google(dot)com>, Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>, Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>, Nikita Malakhov <hukutoc(at)gmail(dot)com>
Subject: Re: Direct TOAST v2, faster, smaller and no migration needed
Date: 2026-09-21 20:12:27
Message-ID: CAGRkXqQa_73oaAwTdz4nDm8o9137CXKcGB76xTj2BQUQu=dnpA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Hannu,

On Mon, Sep 21, 2026 at 10:01 PM Hannu Krosing <hannuk(at)google(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sami Imseih 2026-09-21 20:14:39 Re: WAL segment file descriptor leak on read errors can PANIC the server
Previous Message Tomas Vondra 2026-09-21 20:11:41 Re: Direct TOAST v2, faster, smaller and no migration needed