mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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...
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user