pgsql: Add some notes about the basic mathematical laws that the system - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Add some notes about the basic mathematical laws that the system
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add some notes about the basic mathematical laws that the system presumes
hold true for operators in a btree operator family.  This is mostly to
clarify my own thinking about what the planner can assume for optimization
purposes.  (blowing dust off an old abstract-algebra textbook...)

Modified Files:
--------------
    pgsql/src/backend/access/nbtree:
        README (r1.16 -> r1.17)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/nbtree/README.diff?r1=1.16&r2=1.17)

pgsql-committers by date:

Previous
From: [email protected] (Peter Eisentraut)
Date:
Subject: pgsql: Allow for arbitrary data types as content in XMLELEMENT.
Next
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql: Update ORDER BY UNION function/exprssion wording (again).