| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Volkan YAZICI <yazicivo(at)ttnet(dot)net(dot)tr> |
| Cc: | pgsql-patches(at)postgresql(dot)org |
| Subject: | Re: Configurable Penalty Costs for Levenshtein |
| Date: | 2007-11-28 14:54:40 |
| Message-ID: | 200711281454.lASEse805903@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
This has been saved for the 8.4 release:
http://momjian.postgresql.org/cgi-bin/pgpatches_hold
---------------------------------------------------------------------------
Volkan YAZICI wrote:
> Hi,
>
> 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.
>
>
> Regards.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Greg Sabino Mullane | 2007-11-28 19:00:48 | Re: [HACKERS] plperl and regexps with accented characters - incompatible? |
| Previous Message | Alvaro Herrera | 2007-11-28 14:27:57 | Re: [GENERAL] Empty arrays with ARRAY[] |