Re: CREATE INDEX CONCURRENTLY cannot be executed within a pipeline

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: CREATE INDEX CONCURRENTLY cannot be executed within a pipeline
Дата
Msg-id 4139340.1676050723@sss.pgh.pa.us
обсуждение исходный текст
Ответ на CREATE INDEX CONCURRENTLY cannot be executed within a pipeline  (Timur <timur.luchkin@gmail.com>)
Список pgsql-bugs
Timur <timur.luchkin@gmail.com> writes:
> After the release of PostgreSQL 14.7 Liquibase started to fail with:

> Reason: liquibase.exception.DatabaseException: ERROR: CREATE INDEX 
> CONCURRENTLY cannot be executed within a pipeline [Failed SQL:

You need to report that to the Liquibase authors.  They're
trying to do something that's unsupported, but which we previously
failed to detect.  Basically: you can't do that in a pipeline
because there will already be an open transaction, which would
accidentally get committted by the CREATE INDEX CONCURRENTLY.

            regards, tom lane



В списке pgsql-bugs по дате отправления:

Предыдущее
От: Timur
Дата:
Сообщение: CREATE INDEX CONCURRENTLY cannot be executed within a pipeline
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #17786: Assert on indxpath.c