Re: minor bufmgr cleanup - Mailing list pgsql-patches

From Neil Conway
Subject Re: minor bufmgr cleanup
Date
Msg-id 1101264939.12045.17.camel@localhost.localdomain
Whole thread Raw
In response to minor bufmgr cleanup  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
On Wed, 2004-11-24 at 11:18 +1100, Neil Conway wrote:
> This patch makes a trivial improvement to IncrBufferRefCount(): rather
> than asserting that BufferIsValid() and then manually asserting its pin
> count is > 0, we can just assert BufferIsPinned().

Applied.

-Neil



pgsql-patches by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: htmlhelp generation
Next
From: Tom Lane
Date:
Subject: Re: rtree: improve performance, tuple killing