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

Commit0becb8b

Browse files
author
Vitaly Davydov
committed
Fix warnings in output.c
1 parent6720f3a commit0becb8b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎src/output.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
* Default is radians.
2222
*/
2323
staticunsignedcharsphere_output=OUTPUT_RAD;
24-
staticshortintsphere_output_precision=DBL_DIG;
24+
25+
/*
26+
* Defines the precision of floating point values in output.
27+
*/
28+
staticintsphere_output_precision=DBL_DIG;
2529

2630
PG_FUNCTION_INFO_V1(set_sphere_output);
2731
PG_FUNCTION_INFO_V1(spherepoint_out);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp