Do not panic in WalProposerMain is safekeeper list is empty

This commit is contained in:
Konstantin Knizhnik
2025-05-28 16:35:27 +03:00
committed by Mikhail Kot
parent 411ae952c8
commit 2fdcf3e49a

View File

@@ -165,7 +165,8 @@ WalProposerMain(Datum main_arg)
if (*wal_acceptors_list == '\0')
{
elog(PANIC, "Safekeepers list is empty");
wpg_log(WARNING, "Safekeepers list is empty");
return;
}
init_walprop_config(false);