Add more tests with clause STORAGE on table and TOAST interactions
Michael Paquier <michael@paquier.xyz>
Add more tests with clause STORAGE on table and TOAST interactions This commit adds more tests to cover STORAGE MAIN and EXTENDED, checking how these use TOAST tables. EXTENDED is already widely tested as the default behavior, but there were no tests where the clause pattern is directly specified. STORAGE MAIN and its interactions with TOAST was not covered at all. This hole in the tests has been noticed for STORAGE MAIN (inline compressible varlenas), where I have managed to break the backend without the tests able to notice the breakage while playing with the varlena structures. Reviewed-by: Nikhil Kumar Veldanda <veldanda.nikhilkumar17@gmail.com> Discussion: https://postgr.es/m/aXMdX1UTHnzYPkHk@paquier.xyz
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/strings.out | modified | +54 −0 |
| src/test/regress/sql/strings.sql | modified | +24 −0 |
Discussion
- Some tests for TOAST, STORAGE MAIN/EXTENDED 4 messages · 2026-01-23 → 2026-01-26