diff --git a/pgxn/neon/libpagestore.c b/pgxn/neon/libpagestore.c index 76d5c8f259..cc897f29c9 100644 --- a/pgxn/neon/libpagestore.c +++ b/pgxn/neon/libpagestore.c @@ -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; }