compile fix for contrib/fuzzystrmatch - Mailing list pgsql-patches

From Richard Poole
Subject compile fix for contrib/fuzzystrmatch
Date
Msg-id 20040815230202.GC21608@guests.deus.net
Whole thread Raw
Responses Re: compile fix for contrib/fuzzystrmatch  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] pg_dump 'die_on_errors'
Next
From: Bruce Momjian
Date:
Subject: Re: CREATE DATABASE with tablespace fix