pgsql: Some marginal additional hacking to shave a few more cycles off - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Some marginal additional hacking to shave a few more cycles off
Date
Msg-id 20051126050306.02D97DBE93@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Some marginal additional hacking to shave a few more cycles off
heapgettup.

Modified Files:
--------------
    pgsql/src/backend/access/heap:
        heapam.c (r1.204 -> r1.205)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/heapam.c.diff?r1=1.204&r2=1.205)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Change seqscan logic so that we check visibility of all tuples on
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Teach push_nots() how to negate a ScalarArrayOpExpr.