We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6720f3a commit 0becb8bCopy full SHA for 0becb8b
src/output.c
@@ -21,7 +21,11 @@
21
* Default is radians.
22
*/
23
static unsigned char sphere_output = OUTPUT_RAD;
24
-static short int sphere_output_precision = DBL_DIG;
+
25
+/*
26
+ * Defines the precision of floating point values in output.
27
+ */
28
+static int sphere_output_precision = DBL_DIG;
29
30
PG_FUNCTION_INFO_V1(set_sphere_output);
31
PG_FUNCTION_INFO_V1(spherepoint_out);
0 commit comments