We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f4573 commit 524bd10Copy full SHA for 524bd10
1 file changed
unit.c
@@ -16,6 +16,9 @@ GNU General Public License for more details.
16
#include "fmgr.h"
17
#include "utils/builtins.h" /* cstring_to_text (needed on 9.5) */
18
#include "utils/guc.h"
19
+#if PG_VERSION_NUM >= 120000
20
+#include "utils/float.h" /* extra_float_digits */
21
+#endif
22
#include "utils/hsearch.h"
23
#include <math.h>
24
0 commit comments