git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 97f3800)
Fix declared argument name for numeric_maximum_size.
Wed, 4 Aug 2010 17:35:59 +0000 (17:35 +0000)
Wed, 4 Aug 2010 17:35:59 +0000 (17:35 +0000)
The previous commit changed the function to say 'typmod' rather than
'typemod', but I forgot to update the header file.


diff --git a/src/include/utils/numeric.h b/src/include/utils/numeric.h
index 7bbe34bdeac8f2d00a0132a184be2500f81ca68a..aa661a6679cb36e5aaccfd5588f10178a5c6c68b 100644 (file)
--- a/src/include/utils/numeric.h
+++ b/src/include/utils/numeric.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1998-2010, PostgreSQL Global Development Group
*
- * $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 $
*
*-------------------------------------------------------------------------
*/
@@ -56,7 +56,7 @@ typedef struct NumericData *Numeric;
* Utility functions in numeric.c
*/
extern bool numeric_is_nan(Numeric num);
-int32 numeric_maximum_size(int32 typemod);
+int32 numeric_maximum_size(int32 typmod);
extern char *numeric_out_sci(Numeric num, int scale);
#endif /* _PG_NUMERIC_H_ */
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /