pgsql: Avoid unexpected shutdown when sync_replication_slots is enabled

2025-08-04 Thread Fujii Masao
Avoid unexpected shutdown when sync_replication_slots is enabled. Previously, enabling sync_replication_slots while wal_level was not set to logical could cause the server to shut down. This was because the postmaster performed a configuration check before launching the slot synchronization worker

pgsql: Avoid unexpected shutdown when sync_replication_slots is enabled

2025-08-04 Thread Fujii Masao
Avoid unexpected shutdown when sync_replication_slots is enabled. Previously, enabling sync_replication_slots while wal_level was not set to logical could cause the server to shut down. This was because the postmaster performed a configuration check before launching the slot synchronization worker

pgsql: Avoid unexpected shutdown when sync_replication_slots is enabled

2025-08-04 Thread Fujii Masao
Avoid unexpected shutdown when sync_replication_slots is enabled. Previously, enabling sync_replication_slots while wal_level was not set to logical could cause the server to shut down. This was because the postmaster performed a configuration check before launching the slot synchronization worker