Some tests for TOAST, STORAGE MAIN/EXTENDED

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Some tests for TOAST, STORAGE MAIN/EXTENDED
Date: 2026-01-23 07:03:59
Message-ID: aXMdX1UTHnzYPkHk@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

While playing with the TOAST code this week, I have managed to break
the handling of inline compressible entries, and noticed that the main
regression test suite did not complain following that.

Breaking that stuff is my issue, but I would like to add some
regression tests to cover all that, giving the attached. This also
includes tests with EXTENDED in the same area, while on it, with
checks for the TOAST table itself.

Thoughts or comments?
--
Michael

Attachment Content-Type Size
0001-More-tests-for-TOAST-and-STORAGE.patch text/x-diff 3.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zsolt Parragi 2026-01-23 07:43:07 Re: tablecmds: reject CLUSTER ON for partitioned tables earlier
Previous Message Soumya S Murali 2026-01-23 07:03:40 Re: Checkpointer write combining