summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/geo_selfuncs.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2000-07-29 18:46:12 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2000-07-29 18:46:12 +0000
commitd70d46fd6076171d9834f11af3a5d65ccc976289 (patch)
treef5d8c567427277b7508d0a43a5e3d11483953d38 /src/backend/utils/adt/geo_selfuncs.c
parent1ebe1da296419b07377058ffad0e75bb330de8d1 (diff)
downloadpostgresql-d70d46fd6076171d9834f11af3a5d65ccc976289.tar.gz
PATH and POLYGON datatypes are now TOASTable. Associated functions
updated to new fmgr style. Deleted hoary old functions for compatibility with pre-6.1 representations of these datatypes.
Diffstat (limited to 'src/backend/utils/adt/geo_selfuncs.c')
-rw-r--r--src/backend/utils/adt/geo_selfuncs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/adt/geo_selfuncs.c b/src/backend/utils/adt/geo_selfuncs.c
index e5f239612e..d4122e89b1 100644
--- a/src/backend/utils/adt/geo_selfuncs.c
+++ b/src/backend/utils/adt/geo_selfuncs.c
@@ -9,7 +9,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_selfuncs.c,v 1.16 2000/06/05 07:28:52 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_selfuncs.c,v 1.17 2000/07/29 18:45:53 tgl Exp $
*
* XXX These are totally bogus. Perhaps someone will make them do
* something reasonable, someday.
@@ -18,7 +18,7 @@
*/
#include "postgres.h"
-#include "utils/builtins.h"
+#include "utils/geo_decls.h"
/*