v.23.7New Feature

Add is_obsolete Column to system.settings Table

Add a column is_obsolete to system.settings and similar tables. Closes #50819. #50826 (flynn).
Added the is_obsolete column to system.settings and similar system tables to indicate obsolete settings.

Why it matters

This feature helps users identify which settings are obsolete, improving clarity and maintenance by distinguishing deprecated configuration options from active ones.

How to use it

Query the system.settings and similar tables; the new is_obsolete column will contain a boolean value indicating whether a setting is obsolete.