CREATE INDEX CONCURRENTLY cannot be executed within a pipeline - Mailing list pgsql-bugs

From Timur
Subject CREATE INDEX CONCURRENTLY cannot be executed within a pipeline
Date
Msg-id 56b56a3e-81c0-41eb-ad96-7e5e02fe6357@gmail.com
Whole thread Raw
Responses Re: CREATE INDEX CONCURRENTLY cannot be executed within a pipeline  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: hubert depesz lubaczewski
Date:
Subject: Re: WAL segments removed from primary despite the fact that logical replication slot needs it.
Next
From: Tom Lane
Date:
Subject: Re: CREATE INDEX CONCURRENTLY cannot be executed within a pipeline