CREATE INDEX CONCURRENTLY cannot be executed within a pipeline

Поиск
Список
Период
Сортировка
От Timur
Тема CREATE INDEX CONCURRENTLY cannot be executed within a pipeline
Дата
Msg-id 56b56a3e-81c0-41eb-ad96-7e5e02fe6357@gmail.com
обсуждение исходный текст
Ответы Re: CREATE INDEX CONCURRENTLY cannot be executed within a pipeline  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Hi,

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:

There are no any updates to the Liquibase during last time. It uses 
JDBC, not libpq, so don't know how its related to pipelines...








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

Предыдущее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: WAL segments removed from primary despite the fact that logical replication slot needs it.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: CREATE INDEX CONCURRENTLY cannot be executed within a pipeline