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-2000, PostgreSQL, Inc
9
9
* Portions Copyright (c) 1994, Regents of the University of California
10
10
*
11
- * $Id: pg_type.h,v 1.79 2000/01/26 05:57:59 momjian Exp $
11
+ * $Id: pg_type.h,v 1.80 2000/02/15 03:28:31 thomas Exp $
12
12
*
13
13
* NOTES
14
14
* the genbki.sh script reads this file and generates .bki
@@ -329,7 +329,7 @@ DATA(insert OID = 1012 ( _cid PGUID -1 -1 f b t \054 0 29 array_in array_out
329
329
DATA (insert OID = 1013 ( _oidvector PGUID - 1 - 1 f b t \054 0 30 array_in array_out array_in array_out i _null_ ));
330
330
DATA (insert OID = 1014 ( _bpchar PGUID - 1 - 1 f b t \054 0 1042 array_in array_out array_in array_out i _null_ ));
331
331
DATA (insert OID = 1015 ( _varchar PGUID - 1 - 1 f b t \054 0 1043 array_in array_out array_in array_out i _null_ ));
332
- DATA (insert OID = 1016 ( _int8 PGUID - 1 - 1 f b t \054 0 20 array_in array_out array_in array_out d _null_ ));
332
+ DATA (insert OID = 1016 ( _int8 PGUID - 1 - 1 f b t \054 0 20 array_in array_out array_in array_out d _null_ ));
333
333
DATA (insert OID = 1017 ( _point PGUID - 1 - 1 f b t \054 0 600 array_in array_out array_in array_out d _null_ ));
334
334
DATA (insert OID = 1018 ( _lseg PGUID - 1 - 1 f b t \054 0 601 array_in array_out array_in array_out d _null_ ));
335
335
DATA (insert OID = 1019 ( _path PGUID - 1 - 1 f b t \054 0 602 array_in array_out array_in array_out d _null_ ));
You can’t perform that action at this time.
0 commit comments