contrib/fuzzystrmatch

From: Joe Conway <joseph(dot)conway(at)home(dot)com>
To: "pgsql-patches(at)postgresql(dot)org" <pgsql-patches(at)postgresql(dot)org>
Subject: contrib/fuzzystrmatch
Date: 2001-10-29 06:55:01
Message-ID: 3BDCFD45.3010109@home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Here's a trivial patch for fuzzystrmatch.c (broken due to macro cleanup).

-- Joe

--- fuzzystrmatch.c.orig Sun Oct 28 22:45:46 2001
+++ fuzzystrmatch.c Sun Oct 28 22:42:54 2001
@@ -341,7 +341,7 @@
/* On the off chance we were given nothing but crap... */
if (Curr_Letter == '\0')
{
-
End_Phoned_Word
+
End_Phoned_Word;

return META_SUCCESS; /* For testing */
}
}

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-10-29 17:57:02 Re: update src/interfaces/libpq/zh_TW.po
Previous Message Rene Pijlman 2001-10-28 21:39:23 Re: NULLs and sort order