Hi, I tested the v5 patch series on the current HEAD. The patches applied and built successfully. I verified that TOAST reloptions are still accepted and stored correctly. I also tested parent and TOAST reloption combinations, RESET behavior, and VACUUM processing. For example, with: ALTER TABLE toast_test2 SET (vacuum_truncate = false); ALTER TABLE toast_test2 SET (toast.vacuum_truncate = true); resetting the parent reloption preserved the explicit TOAST reloption as expected. I also verified that VACUUM (PROCESS_MAIN false) correctly processes only the associated TOAST table. I did not observe any issues during testing.
Regards, solai
