BUG #18229: Multiple vacuum queries fail after upgrading to 13.10

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: ganeshpandi(dot)eswaran(at)chainsys(dot)com
Subject: BUG #18229: Multiple vacuum queries fail after upgrading to 13.10
Date: 2023-12-05 14:22:29
Message-ID: 18229-fc177bc9708a2787@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 18229
Logged by: Ganeshpandi Eswaran
Email address: ganeshpandi(dot)eswaran(at)chainsys(dot)com
PostgreSQL version: 13.10
Operating system: linux
Description:

We are encountering query execution issues on Postgres versions 13.10 to 16.
When we execute numerous vacuum queries with in-application and auto-commit
set to false, we receive the following error.

Error: VACUUM cannot be performed within a pipeline.

The problem appears only after 13.10; previous to 13.09, the same set of
queries runs flawlessly. Could you kindly provide any information you have
regarding other people who are having similar issues, as well as any other
solutions?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message hubert depesz lubaczewski 2023-12-05 14:48:43 Re: Is it possible to add support for PostgreSQL-15 and newer versions in omnipitr?
Previous Message Daniel Gustafsson 2023-12-05 13:44:20 Re: BUG #18224: message bug in libpqwalreceiver.c.