1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00
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...
This commit is contained in:
Marc G. Fournier
1997-03-16 19:05:00 +00:00
parent ea58f28ee8
commit 7cd394dc43
2 changed files with 5 additions and 5 deletions

View File

@ -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()