1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Mark 'line' as 'not implemented' in SGML and psql \dT, per Thomas

Lockhart.  initdb not forced.
This commit is contained in:
Bruce Momjian
2002-07-16 03:30:27 +00:00
parent 7fb9b5d434
commit b3341ddbf2
3 changed files with 8 additions and 6 deletions

View File

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