Re: Levenshtein Distance with more than 255 characters - Mailing list pgsql-general

From Michael Paquier
Subject Re: Levenshtein Distance with more than 255 characters
Date
Msg-id CAB7nPqSwYwuRsO4X5VmfKpsbBVkLYKzo-MO495iYgeYaS7vSBA@mail.gmail.com
Whole thread Raw
In response to Re: Levenshtein Distance with more than 255 characters  ("Janek Sendrowski" <janek12@web.de>)
List pgsql-general
On Sat, Sep 7, 2013 at 6:28 AM, Janek Sendrowski <janek12@web.de> wrote:
> Do you know the destination. I cant find it.
Here it is:
$ find . -name "*.[c|h]" | xgrep MAX_LEVENSHTEIN_STRLEN
./contrib/fuzzystrmatch/levenshtein.c:#define MAX_LEVENSHTEIN_STRLEN        255
./contrib/fuzzystrmatch/levenshtein.c:    if (m > MAX_LEVENSHTEIN_STRLEN ||
./contrib/fuzzystrmatch/levenshtein.c:        n > MAX_LEVENSHTEIN_STRLEN)
./contrib/fuzzystrmatch/levenshtein.c:
MAX_LEVENSHTEIN_STRLEN)));
--
Michael


pgsql-general by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [pgeu-general] Call for design: PostgreSQL mugs
Next
From: Tom Lane
Date:
Subject: Re: Constraint exclusion and overlapping range checks