From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Revert "Handle better implicit transaction state of pipeline mod |
Date: | 2024-11-28 00:43:57 |
Message-ID: | E1tGSdR-003peD-HP@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Revert "Handle better implicit transaction state of pipeline mode"
This reverts commit d77f91214fb7 on all stable branches, due to concerns
regarding the compatility side effects this could create in a minor
release. The change still exists on HEAD.
Discussion: https://postgr.es/m/CA+TgmoZqRgeFTg4+Yf_CMRRXiHuNz1u6ZC4FvVk+rxw0RmOPnw@mail.gmail.com
Backpatch-through: 13
Branch
------
REL_16_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/76653134ae87c7c08e1eb58da07af9f64ec78ccb
Modified Files
--------------
doc/src/sgml/protocol.sgml | 21 ++--
src/backend/access/transam/xact.c | 13 +++
src/backend/tcop/postgres.c | 18 ----
src/bin/pgbench/t/001_pgbench_with_server.pl | 155 ---------------------------
4 files changed, 23 insertions(+), 184 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Munro | 2024-11-28 02:54:25 | pgsql: Skip SectionMemoryManager.h in cpluspluscheck. |
Previous Message | Thomas Munro | 2024-11-27 23:11:58 | pgsql: Require sizeof(bool) == 1. |