Bruce Momjian
2616a5d300
Remove tabs after spaces in C comments
...
This was not changed in HEAD, but will be done later as part of a
pgindent run. Future pgindent runs will also do this.
Report by Tom Lane
Backpatch through all supported branches, but not HEAD
2014-05-06 11:26:26 -04:00
Bruce Momjian
bf50caf105
pgindent run before PG 9.1 beta 1.
2011-04-10 11:42:00 -04:00
Tom Lane
087bd179e6
Minor logic fix for new levenshtein implementation.
...
Alexander Korotkov
2011-02-20 14:55:07 -05:00
Bruce Momjian
5d950e3b0c
Stamp copyrights for year 2011.
2011-01-01 13:18:15 -05:00
Robert Haas
dd1587089c
Correct a mistake in levenshtein_less_equal() multibyte character handling.
...
Spotted by Alexander Korotkov.
Along the way, remove a misleading comment line.
2010-10-22 15:27:39 -04:00
Robert Haas
604ab08145
Add levenshtein_less_equal, optimized version for small distances.
...
Alexander Korotkov, heavily revised by me.
2010-10-19 09:51:06 -04:00