mirror of
https://github.com/postgres/postgres.git
synced 2026-07-16 13:12:58 -04:00
interval.c needs limits.h
This commit is contained in:
parent
7c5a561f31
commit
df559de9c1
1 changed files with 2 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
|||
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/interval.c,v 1.38 2008/11/26 16:31:02 meskes Exp $ */
|
||||
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/interval.c,v 1.39 2008/11/26 16:47:08 meskes Exp $ */
|
||||
|
||||
#include "postgres_fe.h"
|
||||
#include <time.h>
|
||||
#include <math.h>
|
||||
#include <limits.h>
|
||||
|
||||
#ifdef __FAST_MATH__
|
||||
#error -ffast-math is known to break this code
|
||||
|
|
|
|||
Loading…
Reference in a new issue