Re: Shared buffer access rule violations?
P <apraveen@pivotal.io>
From: Asim R P <apraveen@pivotal.io>
To: Peter Geoghegan <pg@bowt.ie>
Cc: PostgreSQL mailing lists <pgsql-hackers@postgresql.org>,
David Kimura <dkimura@pivotal.io>
Date: 2018-08-09T00:59:04Z
Lists: pgsql-hackers
On Tue, Aug 7, 2018 at 7:00 PM, Peter Geoghegan <pg@bowt.ie> wrote: > > I wonder if it would be a better idea to enable Valgrind's memcheck to > mark buffers as read-only or read-write. We've considered doing > something like that for years, but for whatever reason nobody followed > through. Basic question: how do you mark buffers as read-only using memcheck tool? Running installcheck with valgrind didn't uncover any errors: valgrind --trace-children=yes pg_ctl -D datadir start make installcheck-parallel Asim & David
Commits
-
Fix inadequate buffer locking in FSM and VM page re-initialization.
- 0cf3363c0110 9.3.24 landed
- 6d2d5ab173a9 9.4.19 landed
- 17c3dabbb70c 9.5.14 landed
- 073ffefd8082 9.6.10 landed
- f1963a1e79a4 10.5 landed
- 5586e42b3493 11.0 landed
- 130beba36d6d 12.0 landed