aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-03-07 04:49:57 +0000
committerBruce Momjian <bruce@momjian.us>1998-03-07 04:49:57 +0000
commit8ecc01cf8a66a808798adda65fa6332fdf923ebc (patch)
tree4ff8c3a3188a584a16f6940170654bc5e2bab4ee
parentc0cd1edfe2a54d9f650fc5af44a84a6a8c8b0fe8 (diff)
downloadpostgresql-8ecc01cf8a66a808798adda65fa6332fdf923ebc.tar.gz
postgresql-8ecc01cf8a66a808798adda65fa6332fdf923ebc.zip
Fix bad oid in table.
-rw-r--r--src/include/catalog/pg_attribute.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/catalog/pg_attribute.h b/src/include/catalog/pg_attribute.h
index 31ff0eaa0ba..526db5f5f6f 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.31 1998/03/04 18:41:08 momjian Exp $
+ * $Id: pg_attribute.h,v 1.32 1998/03/07 04:49:57 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -327,8 +327,8 @@ DATA(insert OID = 0 ( 1261 cmax 29 0 4 -6 0 -1 -1 t f i f f));
{ 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' }, \
-{ 12491, {"attnotnull"}, 16, 0, 1, 13, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
-{ 12491, {"atthasdef"}, 16, 0, 1, 14, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }
+{ 1249, {"attnotnull"}, 16, 0, 1, 13, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
+{ 1249, {"atthasdef"}, 16, 0, 1, 14, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }
DATA(insert OID = 0 ( 1249 attrelid 26 0 4 1 0 -1 -1 t f i f f));
DATA(insert OID = 0 ( 1249 attname 19 0 NAMEDATALEN 2 0 -1 -1 f f i f f));