mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +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:
@@ -1028,8 +1028,8 @@ max_parallel_hazard_walker(Node *node, max_parallel_hazard_context *context)
|
||||
* We can't pass Params to workers at the moment either, so they are also
|
||||
* parallel-restricted, unless they are PARAM_EXTERN Params or are
|
||||
* PARAM_EXEC Params listed in safe_param_ids, meaning they could be
|
||||
* either generated within the worker or can be computed in master and
|
||||
* then their value can be passed to the worker.
|
||||
* either generated within workers or can be computed by the leader and
|
||||
* then their value can be passed to workers.
|
||||
*/
|
||||
else if (IsA(node, Param))
|
||||
{
|
||||
|
Reference in New Issue
Block a user