summaryrefslogtreecommitdiff
path: root/src/include/utils/float.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/float.h')
-rw-r--r--src/include/utils/float.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/utils/float.h b/src/include/utils/float.h
index 5d935bb032d..543d00e5910 100644
--- a/src/include/utils/float.h
+++ b/src/include/utils/float.h
@@ -39,10 +39,10 @@ extern PGDLLIMPORT int extra_float_digits;
*/
extern int is_infinite(float8 val);
extern float8 float8in_internal(char *num, char **endptr_p,
- const char *type_name, const char *orig_string);
+ const char *type_name, const char *orig_string);
extern float8 float8in_internal_opt_error(char *num, char **endptr_p,
- const char *type_name, const char *orig_string,
- bool *have_error);
+ const char *type_name, const char *orig_string,
+ bool *have_error);
extern char *float8out_internal(float8 num);
extern int float4_cmp_internal(float4 a, float4 b);
extern int float8_cmp_internal(float8 a, float8 b);