Re: problems with toast.* reloptions

From: solai v <solai(dot)cdac(at)gmail(dot)com>
To: Greg Burd <greg(at)burd(dot)me>
Cc: Nathan Bossart <nathandbossart(at)gmail(dot)com>, Nikita Malakhov <hukutoc(at)gmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: problems with toast.* reloptions
Date: 2026-08-10 06:08:15
Message-ID: CAF0whueMv4=-OdhZvWY62-2vwMOE5YrzMb956nY78eRTapQvzw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I tested the v7 patch series on the current HEAD. The patches applied
cleanly, and both the build and make check-world passed.
I also tested the TOAST and autovacuum reloptions, including
vacuum_truncate, autovacuum_enabled, and the numeric autovacuum
options. The parent/TOAST settings and RESET behavior worked as
expected.
VACUUM (VERBOSE) also completed successfully for both the main and TOAST tables.

Overall, the patch worked as expected in my testing.
Regards,
solai

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2026-08-10 06:15:25 Re: Improve errmsg for publication membership
Previous Message Peter Smith 2026-08-10 06:05:38 Re: A new C function `get_partition_root`.