8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f3800 commit 26e47efCopy full SHA for 26e47ef
src/include/utils/numeric.h
@@ -7,7 +7,7 @@
7
*
8
* Copyright (c) 1998-2010, PostgreSQL Global Development Group
9
10
- * $PostgreSQL: pgsql/src/include/utils/numeric.h,v 1.30 2010/07/30 04:30:23 rhaas Exp $
+ * $PostgreSQL: pgsql/src/include/utils/numeric.h,v 1.31 2010/08/04 17:35:59 rhaas Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -56,7 +56,7 @@ typedef struct NumericData *Numeric;
56
* Utility functions in numeric.c
57
58
extern bool numeric_is_nan(Numeric num);
59
-int32 numeric_maximum_size(int32 typemod);
+int32 numeric_maximum_size(int32 typmod);
60
extern char *numeric_out_sci(Numeric num, int scale);
61
62
#endif /* _PG_NUMERIC_H_ */
0 commit comments