[Rt-commit] rt branch, 4.2/upgrade-fulltext-index-doc, created. rt-4.2.12-114-g1f71eb4

Dustin Graves dustin at bestpractical.com
Tue Mar 29 18:16:36 EDT 2016


The branch, 4.2/upgrade-fulltext-index-doc has been created
        at  1f71eb4411c44d7fe7986f908c8fce947d0d6c93 (commit)

- Log -----------------------------------------------------------------
commit 1f71eb4411c44d7fe7986f908c8fce947d0d6c93
Author: Dustin Graves <dustin at bestpractical.com>
Date:   Tue Mar 29 22:15:12 2016 +0000

    fix the documentation in docs/UPGRADING-4.2 saying GiST is the default instead of GIN
    
    this is in reference to the change made in commit e103f6da
    
    Fixes: I#31844

diff --git a/docs/UPGRADING-4.2 b/docs/UPGRADING-4.2
index 76aa96d..3b9d986 100644
--- a/docs/UPGRADING-4.2
+++ b/docs/UPGRADING-4.2
@@ -327,11 +327,11 @@ functionality can now be implemented via C<%DatabaseExtraDSN>.
 C<$DatabaseRequireSSL> has been removed, and setting it will trigger an
 informational message that setting it is ineffective.
 
-The full-text indexing defaults for PostgreSQL have changed; GiST is now
+The full-text indexing defaults for PostgreSQL have changed; GIN is now
 the suggested index, as well as storing data in a separate
 AttachmentsIndex table.  Both changes improve lookup speed.  For
 improved search performance, you may wish to drop existing C<tsvector>
-and C<GIN> indexes on C<Attachments>, and re-generate the index using
+and C<GiST> indexes on C<Attachments>, and re-generate the index using
 C<rt-setup-fulltext-index>.
 
 =cut

-----------------------------------------------------------------------


More information about the rt-commit mailing list