On Wed, Feb 06, 2019 at 09:09:32AM +0900, Kyotaro HORIGUCHI wrote:
> At Tue, 05 Feb 2019 10:01:48 -0500, Tom Lane wrote in
> <20605.1549378...@sss.pgh.pa.us>
>> Isn't this more or less the same thing Peter E. was attempting to fix in
>> https://commitfest.postgresql.org/22/1764/?
>
> Uggh Right.
At Tue, 05 Feb 2019 10:01:48 -0500, Tom Lane wrote in
<20605.1549378...@sss.pgh.pa.us>
> Kyotaro HORIGUCHI writes:
> > The following command complains with an internal
> > error. (allow_system_table_mods is on).
>
> > alter table pg_attribute set (fillfactor = 90);
> >> ERROR: AccessExclusiveL
Kyotaro HORIGUCHI writes:
> The following command complains with an internal
> error. (allow_system_table_mods is on).
> alter table pg_attribute set (fillfactor = 90);
>> ERROR: AccessExclusiveLock required to add toast table.
> The same happens for pg_class.
Isn't this more or less the same