mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
Remove assert for non-zero number of shards from AssignPageserverConnstring
This commit is contained in:
@@ -639,7 +639,6 @@ AssignPageserverConnstring(const char *newval, void *extra)
|
||||
i += 1;
|
||||
} while (sep != NULL);
|
||||
|
||||
Assert(i > 0);
|
||||
if (shard_map_changed)
|
||||
{
|
||||
shard_map->n_shards = i;
|
||||
|
||||
Reference in New Issue
Block a user