v.25.5Improvement
Setting allow_archive_path_syntax was marked as experimental
The setting allow_archive_path_syntax was marked as experimental by mistake. Add a test to prevent having experimental settings enabled by default. #79320 (Alexey Milovidov).Why it matters
This change prevents confusion and potential misuse by clarifying the status of theallow_archive_path_syntax setting, ensuring it is treated as a stable, supported feature rather than experimental. It improves configuration reliability and user experience by enforcing proper classification and detection of experimental settings.How to use it
No special action is required by users. Theallow_archive_path_syntax setting is now stable and enabled according to standard configuration without being marked as experimental. This ensures consistent behavior without needing to set or toggle any experimental flags.