Small locking bugs in hs

From: Andres Freund <andres(at)anarazel(dot)de>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Small locking bugs in hs
Date: 2009-12-27 19:12:32
Message-ID: 200912272012.32556.andres@anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

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

Andres

Attachment Content-Type Size
0001-Use-correct-locking-at-two-functions-used-by-Hot-Sta.patch text/x-patch 1.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2009-12-27 19:16:07 Re: Removing pg_migrator limitations
Previous Message Andres Freund 2009-12-27 19:11:26 Re: Small Bug in GetConflictingVirtualXIDs