Heikki Linnakangas wrote:
> There's two almost identical pieces of code in LockRelease and
> LockReleaseAll that do the opposite of GrantLock.
>
> Here's a small patch that replaces those pieces with a static
> UnGrantLock function.
Applied to HEAD with a few trivial editorial fixes.
Thanks for the patch.
-Neil
In response to
pgsql-patches by date
| Next: | From: Tom Lane | Date: 2005-02-04 02:41:52 |
| Subject: Proof-of-concept ARC removal patches |
| Previous: | From: Tom Lane | Date: 2005-02-03 20:24:31 |
| Subject: buffer manager refactoring to isolate ARC algorithm |