mirror of https://github.com/citusdata/citus.git
Add missing space to citus.shard_count description (#6464)
DESCRIPTION: Add missing space to citus.shard_count descriptionpull/6466/head
parent
69f75af62d
commit
3f66f3d9dd
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue