summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian1998-08-26 05:51:24 +0000
committerBruce Momjian1998-08-26 05:51:24 +0000
commite2b0911564052296fff26e0a485c8ca00a8221bc (patch)
tree0db75bab854c7c641c8bb9a25d9b1f1dd84b68e0
parent093beb3560e403c0c8bd726d1f1b0b916bbb7a67 (diff)
Fix atttypmod to be int32 in system catalogs. Oops.
-rw-r--r--src/include/catalog/pg_attribute.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_attribute.h b/src/include/catalog/pg_attribute.h
index 90d3adf33f..d908c54dcc 100644
--- a/src/include/catalog/pg_attribute.h
+++ b/src/include/catalog/pg_attribute.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_attribute.h,v 1.36 1998/08/26 05:22:53 momjian Exp $
+ * $Id: pg_attribute.h,v 1.37 1998/08/26 05:51:24 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -324,7 +324,7 @@ DATA(insert OID = 0 ( 1261 cmax 29 0 4 -6 0 -1 -1 t f i f f));
{ 1249, {"attnum"}, 21, 0, 2, 6, 0, -1, -1, '\001', '\0', 's', '\0', '\0' }, \
{ 1249, {"attnelems"}, 23, 0, 4, 7, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1249, {"attcacheoff"}, 23, 0, 4, 8, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
-{ 1249, {"atttypmod"}, 21, 0, 4, 9, 0, -1, -1, '\001', '\0', 's', '\0', '\0' }, \
+{ 1249, {"atttypmod"}, 23, 0, 4, 9, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1249, {"attbyval"}, 16, 0, 1, 10, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1249, {"attisset"}, 16, 0, 1, 11, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1249, {"attalign"}, 18, 0, 1, 12, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \