Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 415053d

Browse files
committed
1 parent cee1dd1 commit 415053d

File tree

1 file changed

+1
-1
lines changed
  • src/backend/utils/misc

1 file changed

+1
-1
lines changed

src/backend/utils/misc/guc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2715,7 +2715,7 @@ static struct config_int ConfigureNamesInt[] =
27152715

27162716
{
27172717
{"max_parallel_workers", PGC_USERSET, RESOURCES_ASYNCHRONOUS,
2718-
gettext_noop("Sets the maximum number of parallel workers than can be active at one time."),
2718+
gettext_noop("Sets the maximum number of parallel workers that can be active at one time."),
27192719
NULL
27202720
},
27212721
&max_parallel_workers,

0 commit comments

Comments
 (0)