pgsql: Assert that BufferIsPinned() in IncrBufferRefCount(), rather than - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Assert that BufferIsPinned() in IncrBufferRefCount(), rather than
Date
Msg-id 20041124025619.600313A3F80@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Assert that BufferIsPinned() in IncrBufferRefCount(), rather than using
a home-brewed combination of assertions that boiled down to the same
thing.

Modified Files:
--------------
    pgsql/src/backend/storage/buffer:
        bufmgr.c (r1.181 -> r1.182)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/bufmgr.c.diff?r1=1.181&r2=1.182)

pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Prevent pgcrypto from successfully compiling if no valid random
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Trivial fix for a bug introduced in r1.94 of help.c: we want to