aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>2000-02-15 03:28:31 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>2000-02-15 03:28:31 +0000
commita1e6a09a894fa2ae67279cbfe28cdf355aaae3f4 (patch)
tree2cb29d67d4a8938fdcef2d421c6a6b78c5293650
parent5c4b2b23af888602a7288d28f4a76d60678936d1 (diff)
downloadpostgresql-a1e6a09a894fa2ae67279cbfe28cdf355aaae3f4.tar.gz
postgresql-a1e6a09a894fa2ae67279cbfe28cdf355aaae3f4.zip
Fix up tabbing for _int8 entry.
-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 f991132a37c..b22c80e0f0b 100644
--- a/src/include/catalog/pg_type.h
+++ b/src/include/catalog/pg_type.h
@@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_type.h,v 1.79 2000/01/26 05:57:59 momjian Exp $
+ * $Id: pg_type.h,v 1.80 2000/02/15 03:28:31 thomas Exp $
*
* NOTES
* 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
DATA(insert OID = 1013 ( _oidvector PGUID -1 -1 f b t \054 0 30 array_in array_out array_in array_out i _null_ ));
DATA(insert OID = 1014 ( _bpchar PGUID -1 -1 f b t \054 0 1042 array_in array_out array_in array_out i _null_ ));
DATA(insert OID = 1015 ( _varchar PGUID -1 -1 f b t \054 0 1043 array_in array_out array_in array_out i _null_ ));
-DATA(insert OID = 1016 ( _int8 PGUID -1 -1 f b t \054 0 20 array_in array_out array_in array_out d _null_ ));
+DATA(insert OID = 1016 ( _int8 PGUID -1 -1 f b t \054 0 20 array_in array_out array_in array_out d _null_ ));
DATA(insert OID = 1017 ( _point PGUID -1 -1 f b t \054 0 600 array_in array_out array_in array_out d _null_ ));
DATA(insert OID = 1018 ( _lseg PGUID -1 -1 f b t \054 0 601 array_in array_out array_in array_out d _null_ ));
DATA(insert OID = 1019 ( _path PGUID -1 -1 f b t \054 0 602 array_in array_out array_in array_out d _null_ ));