Hi, > I humbly encourage you to read the rest of the thread. In particular, I'm > curious whether anyone would object to removing the TOAST reloptions. I tested the remove-toast-reloptions.patch on current HEAD. The patch applied and built cleanly .I verified that TOAST reloptions are no longer accepted: ALTER TABLE toat_test SET (toast.vacuum_truncate=false): ALTER TABLE toast_test SET(toast.autovacuum_enabled = false); Both returned: ERROR:unrecognized parameter namespace "toast" Regular reloptions still work as expected: ALTER TABLE toast_test SET (vacuum_truncate=false); The patch behaved as expected in my testing
Regards solai
