Re: doc: alter table references bogus table-specific planner parameters

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: doc: alter table references bogus table-specific planner parameters
Date: 2020-01-24 00:59:57
Message-ID: 20200124005957.GA1581@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2020-01-24 01:31:18 Re: Improve search for missing parent downlinks in amcheck
Previous Message Andrew Dunstan 2020-01-24 00:27:40 Re: making the backend's json parser work in frontend code