Re: vacuum_truncate configuration parameter and isset_offset - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: vacuum_truncate configuration parameter and isset_offset
Date
Msg-id CAKFQuwbNmMHny1LpV1eN91UySO8Za2=M2BF3W60qrq3x5LCdjA@mail.gmail.com
Whole thread Raw
In response to Re: vacuum_truncate configuration parameter and isset_offset  (Álvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: vacuum_truncate configuration parameter and isset_offset
List pgsql-hackers
On Mon, Mar 24, 2025 at 9:00 AM Álvaro Herrera <alvherre@alvh.no-ip.org> wrote:
Hello

I don't understand why this shouldn't work exactly like
vacuum_index_cleanup (cf. vacuum_rel lines 2170ff).  That would require
no new mechanism.


That reloption is already an enum and there is no GUC to defer to when the value is unset.  It doesn't seem like an equivalent scenario.  AUTO is a perfectly useful value as opposed to an undocumented sentinel for unset/missing.

David J.

pgsql-hackers by date:

Previous
From: Nikolay Shaplov
Date:
Subject: Re: vacuum_truncate configuration parameter and isset_offset
Next
From: Melanie Plageman
Date:
Subject: Re: BitmapHeapScan streaming read user and prelim refactoring