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

From Tom Lane
Subject Re: Alter index rename concurrently to
Date
Msg-id 5607.1533241776@sss.pgh.pa.us
Whole thread Raw
In response to Re: Alter index rename concurrently to  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Wed, Aug 1, 2018 at 3:36 PM, Andres Freund <andres@anarazel.de> wrote:
>> What precisely are you proposing?

> Inserting AcceptInvalidationMessages() in some location that
> guarantees it will be executed at least once per SQL statement.  I
> tentatively propose the beginning of parse_analyze(), but I am open to
> suggestions.

What will that accomplish that the existing call in transaction start
doesn't?  It might make the window for concurrency issues a bit narrower,
but it certainly doesn't close it.

            regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled.
Next
From: Robert Haas
Date:
Subject: Re: Alter index rename concurrently to