We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9479a commit 5687e78Copy full SHA for 5687e78
contrib/earthdistance/earthdistance.c
@@ -6,6 +6,7 @@
6
7
#include "utils/geo_decls.h" /* for Point */
8
9
+/* X/Open (XSI) requires <math.h> to provide M_PI, but core POSIX does not */
10
#ifndef M_PI
11
#define M_PI 3.14159265358979323846
12
#endif
src/bin/pgbench/pgbench.c
@@ -68,6 +68,7 @@
68
#include "port/pg_bitutils.h"
69
#include "portability/instr_time.h"
70
71
72
73
74
src/include/utils/float.h
@@ -17,8 +17,8 @@
17
18
#include <math.h>
19
20
21
-/* From my RH5.2 gcc math.h file - thomas 2000-04-03 */
22
23
24
0 commit comments