Skip to content

Commit 524bd10

Browse files
committed
PostgreSQL 12 moved extra_float_digits into utils/float.h
1 parent 64f4573 commit 524bd10

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

unit.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ GNU General Public License for more details.
1616
#include "fmgr.h"
1717
#include "utils/builtins.h" /* cstring_to_text (needed on 9.5) */
1818
#include "utils/guc.h"
19+
#if PG_VERSION_NUM >= 120000
20+
#include "utils/float.h" /* extra_float_digits */
21+
#endif
1922
#include "utils/hsearch.h"
2023
#include <math.h>
2124

0 commit comments

Comments
 (0)