mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 17:02:56 +00:00
Do not panic in WalProposerMain is safekeeper list is empty
This commit is contained in:
committed by
Mikhail Kot
parent
411ae952c8
commit
2fdcf3e49a
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user