summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/geo_ops.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-07-16 03:30:27 +0000
committerBruce Momjian <bruce@momjian.us>2002-07-16 03:30:27 +0000
commitb3341ddbf2f4e849d770aa8682fedbf0a74a2980 (patch)
tree1e8ac2a4b7e5adc4be36e142273cc1e1f4b53a4f /src/backend/utils/adt/geo_ops.c
parent7fb9b5d434a507864196c11e9f7f4b4ce5793151 (diff)
Mark 'line' as 'not implemented' in SGML and psql \dT, per Thomas
Lockhart. initdb not forced.
Diffstat (limited to 'src/backend/utils/adt/geo_ops.c')
-rw-r--r--src/backend/utils/adt/geo_ops.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/utils/adt/geo_ops.c b/src/backend/utils/adt/geo_ops.c
index 2b2df7ba0db..9fac9a8e235 100644
--- a/src/backend/utils/adt/geo_ops.c
+++ b/src/backend/utils/adt/geo_ops.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_ops.c,v 1.62 2002/06/20 20:29:37 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_ops.c,v 1.63 2002/07/16 03:30:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -815,6 +815,7 @@ line_in(PG_FUNCTION_ARGS)
LINE *line;
#ifdef ENABLE_LINE_TYPE
+ /* when fixed, modify "not implemented", catalog/pg_type.h and SGML */
LSEG lseg;
int isopen;
char *s;
@@ -843,6 +844,7 @@ line_out(PG_FUNCTION_ARGS)
char *result;
#ifdef ENABLE_LINE_TYPE
+ /* when fixed, modify "not implemented", catalog/pg_type.h and SGML */
LSEG lseg;
if (FPzero(line->B))