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

Hi,

While unlikely to cause issues two new LWLockAcquire calls use the wrong 
locking mode.
Patch attached.

Andres