pgsql: Tweak order of operations in BitmapHeapNext() to avoid the case - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Tweak order of operations in BitmapHeapNext() to avoid the case
Date
Msg-id 20090112160041.DBA70754877@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Tweak order of operations in BitmapHeapNext() to avoid the case of prefetching
the same page we are nanoseconds away from reading for real.  There should be
something left to do on the current page before we consider issuing a prefetch.

Modified Files:
--------------
    pgsql/src/backend/executor:
        nodeBitmapHeapscan.c (r1.33 -> r1.34)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeBitmapHeapscan.c?r1=1.33&r2=1.34)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Add some minimal documentation that the SQL standard requires
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Simplify the writing of amoptions routines by introducing a