Skip to content

Commit 26e47ef

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 parent 97f3800 commit 26e47ef

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
extern bool numeric_is_nan(Numeric num);
59-
int32 numeric_maximum_size(int32 typemod);
59+
int32 numeric_maximum_size(int32 typmod);
6060
extern char *numeric_out_sci(Numeric num, int scale);
6161

6262
#endif /* _PG_NUMERIC_H_ */

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy