v.23.11Improvement

PostgreSQL: Moderate Outdated Table Removal with Failed Connections

PostgreSQL database engine: Make the removal of outdated tables less aggressive with unsuccessful postgres connection. #56609 (jsc0218).
Improved handling of outdated table removal in the PostgreSQL database engine to be less aggressive when PostgreSQL connections fail.

Why it matters

This feature addresses the issue where the removal of outdated tables was too aggressive in scenarios with unsuccessful PostgreSQL connections. It prevents unintended or premature deletion of tables, increasing stability and reliability for users integrating with PostgreSQL.

How to use it

No user action is required to enable this improvement. The change is applied internally in the PostgreSQL database engine integration and automatically adjusts the behavior of outdated table removal when PostgreSQL connections are unsuccessful.