summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2009-08-13 21:14:31 +0000
committerPeter Eisentraut <peter_e@gmx.net>2009-08-13 21:14:31 +0000
commit79023381920f84370149812df7ce9869f89420d1 (patch)
tree6c0464bc9328b878cf5c769ac9baf6cb5547dc0a
parentcfe380a6dd0dc7335ad83c3e0789357dc554fad3 (diff)
downloadpostgresql-79023381920f84370149812df7ce9869f89420d1.tar.gz
Remove stray character in type description
-rw-r--r--src/include/catalog/pg_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_type.h b/src/include/catalog/pg_type.h
index 2111161751..8bd23da82c 100644
--- a/src/include/catalog/pg_type.h
+++ b/src/include/catalog/pg_type.h
@@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/catalog/pg_type.h,v 1.208 2009/08/12 20:53:30 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_type.h,v 1.209 2009/08/13 21:14:31 petere Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -372,7 +372,7 @@ DESCR("geometric polygon '(pt1,...)'");
#define POLYGONOID 604
DATA(insert OID = 628 ( line PGNSP PGUID 32 f b G f t \054 0 701 629 line_in line_out line_recv line_send - - - d p f 0 -1 0 _null_ _null_ ));
-DESCR("geometric line (not implemented)'");
+DESCR("geometric line (not implemented)");
#define LINEOID 628
DATA(insert OID = 629 ( _line PGNSP PGUID -1 f b A f t \054 0 628 0 array_in array_out array_recv array_send - - - d x f 0 -1 0 _null_ _null_ ));
DESCR("");