diff options
| author | Marc G. Fournier | 1997-03-16 19:05:00 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1997-03-16 19:05:00 +0000 |
| commit | 7cd394dc431050c5f10761418730a2f3d4bdd5f2 (patch) | |
| tree | a53c49dc404108bac793dd165ac7119217dd6e4c /src/interfaces | |
| parent | ea58f28ee8c0d090557ff0079ef937e3e26b1ec6 (diff) | |
From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
Subject: [HACKERS] Patches for 970316 compilation
I made a small pre-emptive change in the new datetime code to eliminate
calls to infnan(). Hopefully this will make Solaris (and probably other
non-GNUlib) systems happier. Didn't find fe-connect.h in the 970316
distribution, so made one up. Also, one of the test routines needs an
update for the geo-decls.h -> geo_decls.h name change.
Patches appear below...
Diffstat (limited to 'src/interfaces')
| -rw-r--r-- | src/interfaces/libpq++/examples/testlibpq5.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq++/examples/testlibpq5.cc b/src/interfaces/libpq++/examples/testlibpq5.cc index 8c299fe73be..1b6d91bbf4c 100644 --- a/src/interfaces/libpq++/examples/testlibpq5.cc +++ b/src/interfaces/libpq++/examples/testlibpq5.cc @@ -31,7 +31,7 @@ tuple 1: got #include <stdlib.h> extern "C" { #include "postgres.h" // for Postgres types -#include "utils/geo-decls.h" // for the POLYGON type +#include "utils/geo_decls.h" // for the POLYGON type } main() |
