pgsql: Fix GUC check_hook validation for synchronized_standby_slots.

2025-10-27 Thread Amit Kapila
Fix GUC check_hook validation for synchronized_standby_slots. Previously, the check_hook for synchronized_standby_slots attempted to validate that each specified slot existed and was physical. However, these checks were not performed during server startup. As a result, if users configured non-exis

pgsql: Fix GUC check_hook validation for synchronized_standby_slots.

2025-10-26 Thread Amit Kapila
Fix GUC check_hook validation for synchronized_standby_slots. Previously, the check_hook for synchronized_standby_slots attempted to validate that each specified slot existed and was physical. However, these checks were not performed during server startup. As a result, if users configured non-exis

pgsql: Fix GUC check_hook validation for synchronized_standby_slots.

2025-10-26 Thread Amit Kapila
Fix GUC check_hook validation for synchronized_standby_slots. Previously, the check_hook for synchronized_standby_slots attempted to validate that each specified slot existed and was physical. However, these checks were not performed during server startup. As a result, if users configured non-exis