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 814c849 commit b5626a2Copy full SHA for b5626a2
src/include/utils/numeric.h
@@ -5,7 +5,7 @@
5
*
6
* 1998 Jan Wieck
7
8
- * $Header: /cvsroot/pgsql/src/include/utils/numeric.h,v 1.2 1998/12/30 20:46:06 wieck Exp $
+ * $Header: /cvsroot/pgsql/src/include/utils/numeric.h,v 1.3 1999/01/05 11:12:11 wieck Exp $
9
10
* ----------
11
*/
@@ -20,7 +20,7 @@
20
* The hardcoded limits and defaults of the numeric data type
21
22
23
-#define NUMERIC_MAX_PRECISION 4000
+#define NUMERIC_MAX_PRECISION 1000
24
#define NUMERIC_DEFAULT_PRECISION 30
25
#define NUMERIC_DEFAULT_SCALE 6
26
0 commit comments