pgsql: Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls
Date: 2005-02-05 19:38:59
Message-ID: 20050205193859.E70148B9CEA@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-02-05 20:07:17 pgsql: Fix bit-rot in ipc_test.c; it didn't include some stuff that
Previous Message deeps1 2005-02-05 11:54:32 How I can add new function writing on C under Win32 for PostgreSQL v 8.0.1