pgsql: Remove item, not sure what it refers to: < * Allow ORDER BY ... - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Remove item, not sure what it refers to: < * Allow ORDER BY ...
Date
Msg-id 20050423214324.D7C59538BD@svr1.postgresql.org
Whole thread Raw
Responses Re: pgsql: Remove item, not sure what it refers to:  (Kris Jurka <books@ejurka.com>)
List pgsql-committers
Log Message:
-----------
Remove item, not sure what it refers to:

< * Allow ORDER BY ... LIMIT 1 to select high/low value without sort or
<   index using a sequential scan for highest/lowest values
<
<   If only one value is needed, there is no need to sort the entire
<   table. Instead a sequential scan could get the matching value.
<

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1510 -> r1.1511)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1510&r2=1.1511)
    pgsql/doc/src/FAQ:
        TODO.html (r1.17 -> r1.18)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.17&r2=1.18)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: New item: > * Change WAL to use 32-bit CRC, for performance
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Item already added to existing 'thread' item: < * Consider