Re: Prevent writes on large objects in read-only transactions
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Yugo NAGATA <nagata@sraoss.co.jp>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2022-05-31T18:40:43Z
Lists: pgsql-hackers
On Sat, May 28, 2022 at 5:01 AM Michael Paquier <michael@paquier.xyz> wrote: > Well, there is an actual risk to break applications that have worked > until now for a behavior that has existed for years with zero > complaints on the matter, so I would leave that alone. Saying that, I > don't really disagree with improving the error messages a bit if we > are in recovery. On the other hand, there's a good argument that the existing behavior is simply incorrect. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Prevent write operations on large objects in read-only transactions
- 55f4802785f6 16.0 landed
-
Fix comment in regression tests for large objects
- 664da2a389e5 15.0 landed