Re: update ALTER TABLE with ATTACH PARTITION lock mode

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Justin Pryzby <pryzby(at)telsasoft(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: update ALTER TABLE with ATTACH PARTITION lock mode
Date: 2019-10-28 15:06:44
Message-ID: 20191028150644.GA18688@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2019-Oct-28, Michael Paquier wrote:

> On Sun, Oct 27, 2019 at 07:12:07PM -0500, Justin Pryzby wrote:
> > commit #898e5e32 (Allow ATTACH PARTITION with only ShareUpdateExclusiveLock)
> > updates ddl.sgml but not alter_table.sgml, which only says:
> >
> > https://www.postgresql.org/docs/12/release-12.html
> > |An ACCESS EXCLUSIVE lock is held unless explicitly noted.
>
> + <para>
> + Attaching a partition acquires a <literal>SHARE UPDATE EXCLUSIVE</literal>
> + lock on the partitioned table, in addition to an
> + <literal>ACCESS EXCLUSIVE</literal> lock on the partition.
> + </para>
> Updating the docs of ALTER TABLE sounds like a good idea. This
> sentence looks fine to me. Perhaps others have suggestions?

Doesn't the command also acquire a lock on the default partition if
there is one? It sounds worth noting.

> > Find attached patch, which also improve language in several related places.
>
> Not sure that these are actually improvements.

I think some of them (most?) are clear improvements.

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2019-10-28 15:20:44 Re: Proposition to use '==' as synonym for 'IS NOT DISTINCT FROM'
Previous Message Shay Rojansky 2019-10-28 15:02:30 strpos behavior change around empty substring in PG12