Skip to content

Commit 8249b55

Browse files
committed
fixing for postgres 10
1 parent c5f4530 commit 8249b55

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5332-de02a9548 release/2.5
1+
5440-c5f4530ab develop

src/common/src/vehicles_input.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2525
#include "c_common/vehicles_input.h"
2626

2727
#include <limits.h>
28+
#if PGSQL_VERSION > 96
29+
#include <float.h>
30+
#endif
2831

2932
#include "c_types/column_info_t.h"
3033

0 commit comments

Comments
 (0)