compile fix for contrib/fuzzystrmatch

From: Richard Poole <rp(at)guests(dot)deus(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Subject: compile fix for contrib/fuzzystrmatch
Date: 2004-08-15 23:02:02
Message-ID: 20040815230202.GC21608@guests.deus.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I notice that contrib/fuzzystrmatch/dmetaphone.c doesn't compile cleanly
as it stands - it mixes declarations in code, C++-style. The attached
patch shifts declarations to the tops of functions and enables this file
to compile cleanly as C.

Richard

Attachment Content-Type Size
dmetaphone.c.diff text/plain 3.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-08-16 00:47:50 Re: CREATE DATABASE with tablespace fix
Previous Message Tom Lane 2004-08-15 17:07:37 Re: [Fwd: Re: [pgsql-hackers-win32] Import from Linux to