Allow empty connection string

This commit is contained in:
Konstantin Knizhnik
2023-12-19 14:45:25 +02:00
parent c2b396905f
commit 80bf8d4761

View File

@@ -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;
}