Re: Alter index rename concurrently to

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Alter index rename concurrently to
Дата
Msg-id 5607.1533241776@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Alter index rename concurrently to  (Robert Haas <robertmhaas@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled.
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Alter index rename concurrently to