Re: doc: alter table references bogus table-specific plannerparameters - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: doc: alter table references bogus table-specific plannerparameters
Date
Msg-id 20200124005957.GA1581@paquier.xyz
Whole thread Raw
In response to Re: doc: alter table references bogus table-specific plannerparameters  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Wed, Jan 22, 2020 at 01:53:32PM +0900, Michael Paquier wrote:
>> @@ -714,9 +714,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
>>       <para>
>>        <literal>SHARE UPDATE EXCLUSIVE</literal> lock will be taken for
>>        fillfactor, toast and autovacuum storage parameters, as well as the
>> -      following planner related parameters:
>> -      <varname>effective_io_concurrency</varname>, <varname>parallel_workers</varname>,
<varname>seq_page_cost</varname>,
>> -      <varname>random_page_cost</varname>, <varname>n_distinct</varname> and
<varname>n_distinct_inherited</varname>.
>> +      <varname>parallel_workers</varname> planner parameter.
>
> Right.  n_distinct_inherited and n_distinct can only be set for
> attribute, and the docs are clear about that.

Okay, fixed that list and backpatched down to 10.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: making the backend's json parser work in frontend code
Next
From: Peter Geoghegan
Date:
Subject: Re: Improve search for missing parent downlinks in amcheck