Re: Alter index rename concurrently to - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Alter index rename concurrently to
Date
Msg-id 87683f04-d63f-5bb4-793f-2be883b6e577@2ndquadrant.com
Whole thread Raw
In response to Re: Alter index rename concurrently to  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: Alter index rename concurrently to  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
List pgsql-hackers
On 17/10/2018 23:11, Peter Eisentraut wrote:
> On 13/10/2018 04:01, Andres Freund wrote:
>> I don't see how this could be argued. It has to be a self-conflicting
>> lockmode, otherwise you'd end up doing renames of tables where you
>> cannot see the previous state. And you'd get weird errors about updating
>> invisible rows etc.
> 
>> I don't buy this description. Imo it's a fundamental correctness
>> thing. Without it concurrent DDL would potentially overwrite the rename,
>> because they could start updating while still seeing the old version.
> 
> OK, I can refine those descriptions/comments.  Do you have any concerns
> about the underlying principle of this patch?

Patch with updated comments to reflect your input.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: MyungKyu LIM
Date:
Subject: RE: [Todo item] Add entry creation timestamp column topg_stat_replication
Next
From: Richard Guo
Date:
Subject: Re: Pull up sublink of type 'NOT NOT (expr)'