pgsql: Done: > o -During index creation, pre-sort the tuples to

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Done: > o -During index creation, pre-sort the tuples to
Date: 2008-03-17 01:46:42
Message-ID: 20080317014642.B691A7558DC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Done:

> o -During index creation, pre-sort the tuples to improve build speed

Modified Files:
--------------
pgsql/doc:
TODO (r1.2329 -> r1.2330)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2329&r2=1.2330)
pgsql/doc/src/FAQ:
TODO.html (r1.837 -> r1.838)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.837&r2=1.838)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-03-17 02:18:56 pgsql: Fix TransactionIdIsCurrentTransactionId() to use binary search
Previous Message Tom Lane 2008-03-17 00:17:12 Re: pgsql: Modify interactions between sinval.c and sinvaladt.c.