diff options
Diffstat (limited to 'src/include/port/irix.h')
| -rw-r--r-- | src/include/port/irix.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/port/irix.h b/src/include/port/irix.h index 9f1a412345..e3e279ad1c 100644 --- a/src/include/port/irix.h +++ b/src/include/port/irix.h @@ -1 +1,7 @@ -/* $PostgreSQL: pgsql/src/include/port/irix.h,v 1.3 2006/03/11 04:38:38 momjian Exp $ */ +/* $PostgreSQL: pgsql/src/include/port/irix.h,v 1.4 2006/10/05 01:40:45 tgl Exp $ */ + +/* + * IRIX 6.5.26f and 6.5.22f (at least) have a strtod() that accepts + * "infinity", but leaves endptr pointing to "inity". + */ +#define HAVE_BUGGY_IRIX_STRTOD |
