Small locking bugs in hs
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Simon Riggs <simon@2ndquadrant.com>,
pgsql-hackers@postgresql.org
Date: 2009-12-27T19:12:32Z
Lists: pgsql-hackers
Attachments
- 0001-Use-correct-locking-at-two-functions-used-by-Hot-Sta.patch (text/x-patch) patch 0001
Hi, While unlikely to cause issues two new LWLockAcquire calls use the wrong locking mode. Patch attached. Andres