pgsql/src/backend/utils/adt geo_selfuncs.c - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/utils/adt geo_selfuncs.c
Date
Msg-id 200102151755.f1FHtIq67968@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/02/15 12:55:18

Modified files:
    src/backend/utils/adt: geo_selfuncs.c

Log message:
    Reduce default selectivity estimates for geometric operators; it seems
    the old ones were not small enough to ensure r-tree and gist indexes would
    get picked when available.  These numbers are totally bogus anyway, but
    in the absence of any real estimation technique, we'd like to select
    indexes when available ...


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/backend/optimizer/path costsize.c
Next
From: Tom Lane
Date:
Subject: pgsql/doc/src/sgml xfunc.sgml