Re: The documentation for READ COMMITTED may be incomplete or wrong
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Aleksander Alekseev <aleksander@timescale.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-05-18T14:53:35Z
Lists: pgsql-hackers
Aleksander Alekseev <aleksander@timescale.com> writes: > A colleague of mine, Ante Krešić, got puzzled by the following behavior: 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 ... regards, tom lane
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