Re: compile problems

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: compile problems
Дата
Msg-id 4637AFCD.10407@lelarge.info
обсуждение исходный текст
Ответ на Re: compile problems  (Dave Page <dpage@postgresql.org>)
Ответы Re: compile problems  ("Florian G. Pflug" <fgp@phlo.org>)
Re: compile problems  (Dave Page <dpage@postgresql.org>)
Список pgadmin-hackers
Dave Page a écrit :
> Florian G. Pflug wrote:
>> @dave: I think that the "#define DECIMAL DECIMAP_P" isn't needed
>> anymore -
>> or at least "find ./ -name "*.h" | xargs grep DECIMAL" and
>> "find ./ -name "*.c" | xargs grep DECIMAL" seem to indicate that...
>
> Yeah, seems to be surplus. Removed, thanks.
>

I don't think so. Or you need this patch :)

Regards.


--
Guillaume.
http://www.postgresqlfr.org
http://docs.postgresqlfr.org
Index: pgadmin/utils/misc.cpp
===================================================================
--- pgadmin/utils/misc.cpp    (révision 6253)
+++ pgadmin/utils/misc.cpp    (copie de travail)
@@ -356,7 +356,7 @@
                 case BOOLEAN_P:
                 case CHAR_P:
                 case CHARACTER:
-                case DECIMAL:
+                case DECIMAL_P:
                 case DOUBLE_P:
                 case FLOAT_P:
                 case INT_P:

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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: compile problems
Следующее
От: "Florian G. Pflug"
Дата:
Сообщение: Re: compile problems