Re: We're leaking predicate locks in HEAD
Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
From: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
To: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@lists.postgresql.org
Cc: Thomas Munro <thomas.munro@gmail.com>
Date: 2019-05-07T19:50:26Z
Lists: pgsql-hackers
On 5/7/19 1:46 PM, Tom Lane wrote: > After running the core regression tests with installcheck-parallel, > the pg_locks view sometimes shows me apparently-orphaned SIReadLock > entries. They accumulate over repeated test runs. Should we have a test for that run at/near the end of the regression tests? The buildfarm will actually do multiple runs like this if set up to do parallel checks and test multiple locales. cheers andrew -- Andrew Dunstan https://www.2ndQuadrant.com PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Fix SxactGlobalXmin tracking.
- 47a338cfcd67 12.0 landed