Re: problems with toast.* reloptions

2025-06-20 Thread Nathan Bossart
On Fri, Jun 20, 2025 at 11:05:37AM +0900, Michael Paquier wrote: > On Thu, Jun 19, 2025 at 03:20:27PM -0500, Nathan Bossart wrote: >> * vacuum_rel() does not look up the main relation's reloptions when >> processing a TOAST table, which is a problem for manual VACUUMs. The >> aforementioned bu

Re: problems with toast.* reloptions

2025-06-19 Thread Michael Paquier
On Thu, Jun 19, 2025 at 03:20:27PM -0500, Nathan Bossart wrote: > While investigating problems caused by vacuum_rel() scribbling on its > VacuumParams argument [0], I noticed some other interesting bugs with the > toast.* reloption code. Note that the documentation for the reloptions has > the fol

problems with toast.* reloptions

2025-06-19 Thread Nathan Bossart
While investigating problems caused by vacuum_rel() scribbling on its VacuumParams argument [0], I noticed some other interesting bugs with the toast.* reloption code. Note that the documentation for the reloptions has the following line: If a table parameter value is set and the equivale