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

From Tomas Vondra
Subject Re: Direct TOAST v2, faster, smaller and no migration needed
Date
Msg-id f752cff4-d552-42fe-8fd3-d7e526eb2448@vondra.me
Whole thread
In response to Re: Direct TOAST v2, faster, smaller and no migration needed  (Hannu Krosing <hannuk@google.com>)
List pgsql-hackers
On 9/21/26 22:01, Hannu Krosing wrote:
> Is there a way to make sure that it actually runs the same way?
> 
> 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's why Andres was suggesting you enable CI on your github repo, in
which case you'll be able to debug the failures there.

It's also possible to investigate the logs from cfbot runs, by clicking
on the link in cfbot:

https://github.com/postgres/postgres-cfbot/actions/runs/35639175676/attempts/1

From a cursory look, I guess there's a couple compiler warnings due to
toast_decompress_datum now being unused, etc. Some of the failures seem
to be caused by lz4 being the default TOAST on some of the machines (and
you seem to expect pglz).

Haven't looked further.

regards

-- 
Tomas Vondra




pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: Direct TOAST v2, faster, smaller and no migration needed
Next
From: shihao zhong
Date:
Subject: Re: Direct TOAST v2, faster, smaller and no migration needed