pgsql: Clean up some obsolete statements about GiST indexes, and add a - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Clean up some obsolete statements about GiST indexes, and add a
Date
Msg-id 20051021014128.D41A5DA3EA@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Clean up some obsolete statements about GiST indexes, and add a section
documenting GiST crash recovery procedures, as requested some time ago
by Teodor.  (The GiST chapter doesn't seem quite the right place for
the latter, but I'm not sure what else to do with it.)

Modified Files:
--------------
    pgsql/doc/src/sgml:
        gist.sgml (r1.21 -> r1.22)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/gist.sgml.diff?r1=1.21&r2=1.22)
        indices.sgml (r1.52 -> r1.53)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/indices.sgml.diff?r1=1.52&r2=1.53)
        mvcc.sgml (r2.51 -> r2.52)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/mvcc.sgml.diff?r1=2.51&r2=2.52)

pgsql-committers by date:

Previous
From: tink@pgfoundry.org (User Tink)
Date:
Subject: press - pr: Finished "Performance enhancements" and "About PostgreSQL"
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Minor PL/PgSQL doc tweak: use current_timestamp rather than now()