Hi,

Sorry for the delay, but the reply of Tom didn't reach me. I've modified
the patch according to Tom's comments. I hope I am not too late.


Regards.

Attachment: fuzzystrmatch-levenshtein.patch.1
Description: Binary data

On Wed, 2 Apr 2008, Bruce Momjian <[EMAIL PROTECTED]> writes:
> Because of lack of reply from the author, this has been saved for the
> next commit-fest:
>
>       http://momjian.postgresql.org/cgi-bin/pgpatches_hold
>
> ---------------------------------------------------------------------------
>
> Tom Lane wrote:
>> Volkan YAZICI <[EMAIL PROTECTED]> writes:
>> > I noticed a small typo in the patch.
>> >   prev = palloc((m + n) * sizeof(char));
>> > line should look like
>> >   prev = palloc(2 * m * sizeof(char));
>> > instead.
>> 
>> If that's wrong, aren't the comments and the length restriction limit
>> also wrong?
-- 
Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches

Reply via email to