compile fix for contrib/fuzzystrmatch

Поиск
Список
Период
Сортировка
От Richard Poole
Тема compile fix for contrib/fuzzystrmatch
Дата
Msg-id 20040815230202.GC21608@guests.deus.net
обсуждение исходный текст
Ответы Re: compile fix for contrib/fuzzystrmatch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] pg_dump 'die_on_errors'
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: CREATE DATABASE with tablespace fix