Some tests for TOAST, STORAGE MAIN/EXTENDED
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-01-23T07:03:59Z
Lists: pgsql-hackers
Attachments
- 0001-More-tests-for-TOAST-and-STORAGE.patch (text/x-diff) patch 0001
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
Commits
-
Add more tests with clause STORAGE on table and TOAST interactions
- 168765e5d42b 19 (unreleased) landed