Re: The documentation for READ COMMITTED may be incomplete or wrong
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Aleksander Alekseev <aleksander@timescale.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-05-18T15:20:18Z
Lists: pgsql-hackers
On Thu, May 18, 2023 at 10:53:35AM -0400, Tom Lane wrote: > That's not a documentation problem. That's a bug, and an extremely > nasty one. A quick check shows that it works as expected up through > v13, but fails as described in v14 and later. Needs bisecting ... git-bisect points me to 86dc900. -- Nathan Bossart Amazon Web Services: https://aws.amazon.com
Commits
-
Fix misbehavior of EvalPlanQual checks with multiple result relations.
- 70b42f279029 16.0 landed
- ff77d8687fa3 12.16 landed
- f8320cc72ddb 14.9 landed
- 956c6256a98e 13.12 landed
- 4729d1e8aab9 15.4 landed
-
Rework planning and execution of UPDATE and DELETE.
- 86dc90056dfd 14.0 cited