|
|
|
|
@ -8,7 +8,7 @@ |
|
|
|
|
* Portions Copyright (c) 1994, Regents of the University of California |
|
|
|
|
* |
|
|
|
|
* IDENTIFICATION |
|
|
|
|
* $PostgreSQL: pgsql/src/backend/access/gin/ginget.c,v 1.6 2007/01/31 15:09:45 teodor Exp $ |
|
|
|
|
* $PostgreSQL: pgsql/src/backend/access/gin/ginget.c,v 1.7 2007/02/01 04:16:08 neilc Exp $ |
|
|
|
|
*------------------------------------------------------------------------- |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
@ -168,7 +168,7 @@ startScanKey(Relation index, GinState *ginstate, GinScanKey key) |
|
|
|
|
if (GinFuzzySearchLimit > 0) |
|
|
|
|
{ |
|
|
|
|
/*
|
|
|
|
|
* If all of keys more than treshold we will try to reduce result, |
|
|
|
|
* If all of keys more than threshold we will try to reduce result, |
|
|
|
|
* we hope (and only hope, for intersection operation of array our |
|
|
|
|
* supposition isn't true), that total result will not more than |
|
|
|
|
* minimal predictNumberResult. |
|
|
|
|
|