minor bufmgr cleanup - Mailing list pgsql-patches

From Neil Conway
Subject minor bufmgr cleanup
Date
Msg-id 1101255508.12045.15.camel@localhost.localdomain
Whole thread Raw
Responses Re: minor bufmgr cleanup  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
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().

I'll apply to HEAD before end of day, barring any objections.

-Neil


Attachment

pgsql-patches by date:

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