File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
9
9
* Portions Copyright (c) 1994, Regents of the University of California
10
10
*
11
- * $PostgreSQL: pgsql/src/include/catalog/pg_type.h,v 1.208 2009/08/12 20:53:30 tgl Exp $
11
+ * $PostgreSQL: pgsql/src/include/catalog/pg_type.h,v 1.209 2009/08/13 21:14:31 petere Exp $
12
12
*
13
13
* NOTES
14
14
* the genbki.sh script reads this file and generates .bki
@@ -372,7 +372,7 @@ DESCR("geometric polygon '(pt1,...)'");
372
372
#define POLYGONOID 604
373
373
374
374
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_ ));
375
- DESCR ("geometric line (not implemented)' " );
375
+ DESCR ("geometric line (not implemented)" );
376
376
#define LINEOID 628
377
377
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_ ));
378
378
DESCR ("" );
You can’t perform that action at this time.
0 commit comments