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:
---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to