v.20.11Improvement

Fix clickhouse-client abort issue on exit

Fix rare issue when clickhouse-client may abort on exit due to loading of suggestions. This fixes #16035. #16047 (alexey-milovidov).
Fixes a rare issue where clickhouse-client may abort on exit due to loading of suggestions.

Why it matters

This fix addresses an unexpected crash in clickhouse-client that occurs when the client attempts to load command-line suggestions during shutdown. This improvement enhances the stability and reliability of the client.

How to use it

Update to the version that includes this fix. No additional configuration or action is required by users; the fix works automatically during client exit.