diff --git a/src/backend/distributed/shared_library_init.c b/src/backend/distributed/shared_library_init.c index 7e32e4b22..c8f8907c2 100644 --- a/src/backend/distributed/shared_library_init.c +++ b/src/backend/distributed/shared_library_init.c @@ -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,