BUG #16972: parameter parallel_leader_participation's category problem

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #16972: parameter parallel_leader_participation's category problem
Дата
Msg-id 16972-42d4b0c15aa1d5f5@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #16972: parameter parallel_leader_participation's category problem  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16972
Logged by:          yanliang lei
Email address:      leiyanliang@highgo.com
PostgreSQL version: 13.1
Operating system:   CentOS7.6
Description:

In the following SQL statement, parallel_leader_participation's category is
' Resource Usage / Asynchronous Behavior'

postgres=# select * from pg_settings where
name='parallel_leader_participation';
-[ RECORD 1
]---+--------------------------------------------------------------
name            | parallel_leader_participation
setting         | on
unit            | 
category        | Resource Usage / Asynchronous Behavior
short_desc      | Controls whether Gather and Gather Merge also run
subplans.
extra_desc      | Should gather nodes also run subplans, or just gather
tuples?
context         | user
vartype         | bool
source          | default
min_val         | 
max_val         | 
enumvals        | 
boot_val        | on
reset_val       | on
sourcefile      | 
sourceline      | 
pending_restart | f

postgres=# 

but in the documents
(https://www.postgresql.org/docs/13/runtime-config-query.html#RUNTIME-CONFIG-QUERY-OTHER)
parallel_leader_participation's category is 'Query Tuning / Other Planner
Options' 
and in the category "Asynchronous
Behavior"(https://www.postgresql.org/docs/13/runtime-config-resource.html#RUNTIME-CONFIG-RESOURCE-ASYNC-BEHAVIOR),there
is no parallel_leader_participation parameter.

so, what is  parallel_leader_participation's category ?


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Stepan Yankevych
Дата:
Сообщение: RE: BUG #16961: Could not access status of transaction
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16973: Backward compatibility: pg_restore: [archiver] unsupported version (1.14) in file header