pgsql: Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls
Date
Msg-id 20050205193859.E70148B9CEA@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls into
ReleaseAndReadBuffer during GIST index searches.  We already did this
in btree and rtree, might as well do it here too.

Modified Files:
--------------
    pgsql/src/backend/access/gist:
        gistget.c (r1.43 -> r1.44)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistget.c.diff?r1=1.43&r2=1.44)

pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Refactor some duplicated code in lock.c: create UnGrantLock(),
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix bit-rot in ipc_test.c; it didn't include some stuff that