Add missing space to citus.shard_count description (#6464)

DESCRIPTION: Add missing space to citus.shard_count description
pull/6466/head
oohira 2022-10-31 18:37:14 +09:00 committed by GitHub
parent 69f75af62d
commit 3f66f3d9dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2113,7 +2113,7 @@ RegisterCitusConfigVariables(void)
DefineCustomIntVariable(
"citus.shard_count",
gettext_noop("Sets the number of shards for a new hash-partitioned table"
gettext_noop("Sets the number of shards for a new hash-partitioned table "
"created with create_distributed_table()."),
NULL,
&ShardCount,