Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit26e47ef

Browse files
committed
Fix declared argument name for numeric_maximum_size.
The previous commit changed the function to say 'typmod' rather than'typemod', but I forgot to update the header file.
1 parent97f3800 commit26e47ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/utils/numeric.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1998-2010, PostgreSQL Global Development Group
99
*
10-
* $PostgreSQL: pgsql/src/include/utils/numeric.h,v 1.30 2010/07/30 04:30:23 rhaas Exp $
10+
* $PostgreSQL: pgsql/src/include/utils/numeric.h,v 1.31 2010/08/04 17:35:59 rhaas Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -56,7 +56,7 @@ typedef struct NumericData *Numeric;
5656
* Utility functions in numeric.c
5757
*/
5858
externboolnumeric_is_nan(Numericnum);
59-
int32numeric_maximum_size(int32typemod);
59+
int32numeric_maximum_size(int32typmod);
6060
externchar*numeric_out_sci(Numericnum,intscale);
6161

6262
#endif/* _PG_NUMERIC_H_ */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp