CREATE INDEX CONCURRENTLY cannot be executed within a pipeline

From: Timur <timur(dot)luchkin(at)gmail(dot)com>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: CREATE INDEX CONCURRENTLY cannot be executed within a pipeline
Date: 2023-02-10 16:24:23
Message-ID: 56b56a3e-81c0-41eb-ad96-7e5e02fe6357@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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...

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2023-02-10 17:38:43 Re: CREATE INDEX CONCURRENTLY cannot be executed within a pipeline
Previous Message hubert depesz lubaczewski 2023-02-10 14:31:24 Re: WAL segments removed from primary despite the fact that logical replication slot needs it.