mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Move the guts of our Levenshtein implementation into core.
The hope is that we can use this to produce better diagnostics in some cases. Peter Geoghegan, reviewed by Michael Paquier, with some further changes by me.
This commit is contained in:
@ -17,6 +17,3 @@ top_builddir = ../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
include $(top_srcdir)/contrib/contrib-global.mk
|
||||
endif
|
||||
|
||||
# levenshtein.c is #included by fuzzystrmatch.c
|
||||
fuzzystrmatch.o: fuzzystrmatch.c levenshtein.c
|
||||
|
Reference in New Issue
Block a user