mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
code: replace 'master' with 'leader' where appropriate.
Leader already is the more widely used terminology, but a few places didn't get the message. Author: Andres Freund Reviewed-By: David Steele Discussion: https://postgr.es/m/20200615182235.x7lch5n6kcjq4aue@alap3.anarazel.de
This commit is contained in:
@ -3448,7 +3448,7 @@ static struct config_real ConfigureNamesReal[] =
|
||||
{
|
||||
{"parallel_tuple_cost", PGC_USERSET, QUERY_TUNING_COST,
|
||||
gettext_noop("Sets the planner's estimate of the cost of "
|
||||
"passing each tuple (row) from worker to master backend."),
|
||||
"passing each tuple (row) from worker to leader backend."),
|
||||
NULL,
|
||||
GUC_EXPLAIN
|
||||
},
|
||||
|
Reference in New Issue
Block a user