mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-25 17:10:38 +00:00
Allow empty connection string
This commit is contained in:
@@ -596,11 +596,6 @@ CheckPageserverConnstring(char **newval, void **extra, GucSource source)
|
||||
i += 1;
|
||||
} while (sep != NULL);
|
||||
|
||||
if (i == 0)
|
||||
{
|
||||
neon_log(LOG, "No shards were specified");
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user